Bulk user creation
-
Hello, I would like to create users in bulk is this possible with just bbpress i.e. is there a plugin.
I have tried to created a csv and imported into PHPMYADMIN and all the data is populated (example below) but when I go into bbpress users to look what has imported it says “Inactive (no role)” next to the user. Is it possible to assign the users a role and where is this stored?
Also how does the user_pass string work or is this where I am going to get stuck?
ID,user_login,user_pass,user_nickname,user_email,user_url,user_registered,user_status,display_name
22,testuser,$P$BQHywh8ariE18rJg0h8preaPL1dd3x2,testuser,testuser@mail.com,http://www.website.com,2010-03-15 00:00:00,0,testuser
- You must be logged in to reply to this topic.