MyBB Community Forums

Full Version: How do I change the default admin login password?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I've been trying to find the probably quite obvious answer to this question for over and hour but with no luck. Surely it can;t be that tricky! :-) Can anyone help, please?

Thank you.
do you mean that you are unable to login as admin into your forum & forgot password feature is not working ?
if so, you can try password reset through database queries. see common sql queries guidance

UPDATE `mybb_users` SET `password` = 'YourNewPassword', `salt` = '' WHERE `uid` = '1'