MyBB Community Forums

Full Version: Can
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry never mind .. sorted it !
If you have access to PhpMyAdmin, run this command in whatever database you are using for your forum.

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

Where 'X' is, change it to your UID(Ex. http://community.mybb.com/user-1.html - You would enter 1). It will set your password to "test"(Without the quotes).
Did you make any changes to the cookie settings by any chance?

Alternatively can you check your username and group at the db and see if it has not been changed? If it has that means that your forum security has been compromised.