MyBB Community Forums

Full Version: I locked myself out of the Admin CP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just started up some forums, I am the only user, and I confidently made my primary group VIP instead of secondary group. Is there any way I can make myself an admin via ftp to fix this?
Change the primary admin in /inc/config.php
Didn't see anything to do with admin in config.php Sad
Just run a simple Query to make User ID 1 in Group ID 4.
To put you back into the Admin usergroup if you get changed to a different group (Assuming that the admins user ID is "1"):
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1'