Forums

Join
bbPress Support ForumsInstallationAdding users manually/automatically

Info

Tags

Adding users manually/automatically

  1. 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?

  2. 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)')

  3. You must log in to post.