Upload Users with no email addresses – have them fill in later
-
I have a site that will need to have a large number (1000+) of users in the subscriber role. They are members of an organization and I have a csv file with their name and their membership number – no email addresses. I know. That would make this infinitely easier. I would like to upload them as users, using their member number as their username.
Only members of this organization will be allowed to have a username on the site.
Ideally, when they visit the site and log in for the first time, they put in their member number (username) and then will be able to create a password and enter their email address. Knowing their member number is all the authentication we will need.
Is it possible to create users in this way? I think this would be an easier solution than adding member number to the signup form and crosschecking their number with the csv file to authenticate the user creation.
- The topic ‘Upload Users with no email addresses – have them fill in later’ is closed to new replies.