MyBB Community Forums

Full Version: Pretty serious issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Somehow my password as the admin on my forum has been changed. The site hasnt been hacked or anything like that my password just got changed somehow.

I tried to install wordpress and then use the wordbb to integrate the two and im thinking something got messed within that.

My current issue is.. I cant login to the super admin, the email system doesnt work correctly and the other admin account cant make changes to the super admin account.. Anyone have any ideas as to what I can do?

I really dont know how to change the password in the mySQL database
Go to: CPanel > Database Management > phpmyadmin > Click on "SQL" tab > and enter the following query and Press "Go"

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

Login with test as the password.