MyBB Community Forums

Full Version: log in details
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i forgot my log in details for my site, my host said come to you. cane someone help
Do you know your email which you used on your forum? If you know just use Forgot password option and you will get new password.
You can reset your password to "test" (no quotes) by running this SQL query in phpMyAdmin:

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

Replace X with your uid.
i have request a new password with the change password part of mybb but i don't get any e-mail

ps i know what's up one leter is missing from my e-mail, how can i fix that
you don't know any of your user details? sounds fishy to me.

you should have access to your control panel still and thus to phpMyAdmin (or similar) and then you can run the query posted above.

we wont help you any more than this as we cannot guarantee that you are the actual owner, nor do we want to give out any info that can be used against other sites.
i know my username but my password was leters and numbers
control panel, do you nean admin control panel or plesk
i got accress to phpbb myadmin
As Paul said, the query he gave you should be run in PHPMyAdmin (or whatever database manager you use). Smile