MyBB Community Forums

Full Version: Accidentally Changed Admin Status
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have accidentally changed my admin status to super moderator. I thought that super moderator is higher than admin. But I was wrong. How can I retrieve my admin status.
Change it back to admin?
Why would you think a super moderator is higher than an admin...?? Undecided Seeing as you installed the forum, you account is going to be in the highest possible group...

Run this query in phpMyAdmin:

UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1';

Change the 1 to your UID if it isn't 1.