Info
- 2 posts
- 2 voices
- Started 5 years ago by abc12345
- Latest reply from Potter_System
- This topic is not a support question
Adding users manually/automatically
-
- Posted 5 years ago #
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?
-
- Posted 5 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)')
-
You must log in to post.