MyBB Community Forums

Full Version: My Admin Password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have saved my admin password on my computer
but i formted my PC and forgot to write it down.

I am in my cpanel and im in users password
and i have my hash and the salt.

is der a way i can get the password?
because i forgot my login password
Angry
Have you tried using the "Lost Password?" link on your forum? It's accessible on the login page.
yes i did, but my hotmail wont give me the mail.

Not even in junk
Run this query in phpMyAdmin:
UPDATE mybb_users SET password='098f6bcd4621d373cade4e832627b4f6', salt='' WHERE uid='X'

Replace X with your admin's user ID.

After you have run that, you should be able to login with the password "test" (without the quotation marks).