I have a list of users and passwords that I would like to register on my forum. The usernames and passwords are already in another mysql database. Would there be any way of bringing them in? Could I automate this process?
bbPress support forums » Installation
Adding users manually/automatically
(2 posts)-
Posted 2 years ago #
-
Yes, you can copy the data using PHP and mySQL ('Insert into *your-bbpress-prefix*_users (user_login, user_pass) VALUES(-the username you got from the row-,-the password for the same row)')
Posted 2 years ago #
Reply
You must log in to post.