MyBB Community Forums

Full Version: Forum Password Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried resetting my password for my forum it keeps giving me information, everytime I try to sign in to my admincp.
Can someone help me with this? I've entered the correct pass that it sent to me in my email and I still get the same incorrect password message.
Are you copying and pasting it from the email? Try typing it manually, vice versa. If you have access to your database you can always go into mybb_users, find your username and change your password to: 098f6bcd4621d373cade4e832627b4f6 and leave the salt field empty. Your password will then be set to test. Or just run the following query:

UPDATE `mybb_users` SET `salt` = '', `password` = '098f6bcd4621d373cade4e832627b4f6' WHERE `uid` = '1'; 

You may need to change the prefix and UID.