I would like to create a list of users in a text file and import it. Setting all new users to have the same password and set the flag to force them to update their password on first login. The file would need to have: username, first name, last name, password, email, update pw flag. I think that's it. They can all just be Registered users. Then I can go in and set their security accordingly. Is there a module that does this? or a way to just do it through the db? |