MyBB Community Forums

Full Version: Admin Account Password Lost
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I lost my admin account password & i am not sure what email id i used for registration , is thr anyway to retrieve it?
Run this in phpMyAdmin:

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

Change the X to your UID. The password will then be test.
Thank u for ur quick reply.