How does SuperSocializer handle duplicate names?
-
In my testing I have found that SuperSocializer appears to take the user’s first and last name to create the user_login which becomes “firstname-lastname”. Also, the “user_nicename” field is populated with “firstname”.
A few questions regarding this if I may:
1. What is the expected behavior when 2 people with the exact same name create an account on the site using Super Socializer? The first user will get the below:
user_login: Dave-Smith
user_nicename: DaveWhat happens for the second Dave Smith who registers with the site?
Does it become like below?user_login: Dave-Smith2
user_nicename: Dave2*As WordPress cannot allow duplicate “user_logins” would be correct to assume the above happens when a user with the same nice registers?
2. Is there anyway to get the user_nicename value to be the same as user-login (firstname-lastname)?
- The topic ‘How does SuperSocializer handle duplicate names?’ is closed to new replies.