Hi guys,
I have a list of over 9000 users from my prvious site, I have now moved to wix I currently have the CSV file of this users, but How do i creat there default user email and password, I don’t want to have them to sign up again. please I need help on this
Update: you can import contacts. I recommend that you do it in multiple batches in case there is a failure (to avoid duplicates). Take the 9,000 users and do csv files in 1k increments.
Article here: Wix Contacts: Importing Your Contacts into Your Contact List | Help Center | Wix.com
As far as importing members - no you cannot do that. There isn’t a way to batch import or create passwords. They will have to connect with an allowed way - like google, Wix account, etc, and join your site.
What I do…
Import members as contacts into a database, loop through the database, send an email to each one with a unique query ID to a signup page, upon signup pre fill their details and have an input field for password. In the email put something like,
“Hey to better your user experience we have created a new site and require you to reset your password, please reset your password using the below link”
Delete the item from the contacts database once they do it so you can send follow up emails if they don’t.
This way the just click and enter a password, you then register them with repopulated fields from the Database.
Only other way is create a loop through a database to build randomly generated passwords and email them their passwords, a lot less secure obviously.