MyBB Community Forums

Full Version: Change password of all users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
How to change password of all users at once
You want to change the password of all users to the same one?
i merged my forum and now no one is able to login i want to reset their password in any way
Did you run the loginconvert plugin?

http://wiki.mybb.com/index.php/Running_t...php_plugin
I found this code to use to update the password but it is giving a syntax error
UPDATE 'mybb_users' SET 'password' = 'b0f46fc5d62f78705046fa58b00ccd3e', 'salt' = '' WHERE uid = 'x'
Yes i did but it is not working and the password reset is also not working
You should only do that as a last resort.

Did you or did you not run the loginconvert plugin?
yes i run it check my previous post again
Why can't they be reset? What happens when you try to do that?
it gives me a syntax error don`t know why
I'm not talking about the SQL query. As I already said, that should only be done as a last resort.

I'm asking what happens when users try to reset their passwords?
Pages: 1 2 3