MyBB Community Forums

Full Version: want to reset admin password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
UPDATE `mybb_users` SET `salt` = '', `password` = '098f6bcd4621d373cade4e832627b4f6' WHERE `uid` = '1';

didn't work for me 

[Image: AeOuGFO.png]

cant login with Username/pass
i have used my old username and test as a password 

https://community.mybb.com/post-624568.html
It seems like your UID isn't 1, change the 1 to your UID and try again.
(2021-01-12, 05:07 PM)Matt Wrote: [ -> ]It seems like your UID isn't 1, change the 1 to your UID and try again.
[Image: TJW4vOE.png]

1 is the acc id 

Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.

im using xampp i have imported the db to http://localhost/phpmyadmin/ uploaded my forum files, then i have edited config.php etc..

this is a bump