Problem Importing User
-
Hi,
I am trying to bulk import users to the wordpress but I am facing some problems.
Scenario 1:
New import csv –
username: first.name
email: [email protected].import setting:
update existing users : No
update emails : No, but create a new user with a prefix in the usernameresult
– Update is success as there is no duplicate username or email.Scenario 2:
csv:
username email first_name last_name
first.last [email protected] first lastimport setting:
Update existing users – No
update emails – No, but create a new user with a prefix in the usernameResult: User with username “first.last” exists, we ignore it
That is expected result as username and email is same.
Scenario3:
username: first.name
email: [email protected] (different email)Update existing users – No
update emails – No, but create a new user with a prefix in the usernameResult: User with username “first.name” exists, we ignore it
In this case should the new user be created with prefix in the username? or the update existing users has to be yes?
scenario 4:
username: first.name
email: [email protected] (different email)Update existing users – Yes
update emails – No, but create a new user with a prefix in the usernameresult:
Email has changed, new user created with username duplicated_username_122827In this case, should the username be first.name1 as how the wordpress handles the duplicate username? Is there a way to have duplicate username with a prefix in the username instead of duplicated_username_122827?
Please let me know what I am doing wrong?
Thank you,
Anjali
The topic ‘Problem Importing User’ is closed to new replies.