MyBB Community Forums

Full Version: Locked out.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I removed my main accounts Admin CP and replaced it with MOD CP. Is there a way to get it back? or am I screwed?
Please explain more...
This is a very common problem lol Smile

Do you have access to your webserver? You need to use phpmyadmin

Once you get into phpmyadmin run this query:
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = 'X' 

Change X to your user ID
(2011-05-27, 01:59 AM)ToJ Wrote: [ -> ]This is a very common problem lol Smile

Do you have access to your webserver? You need to use phpmyadmin

Once you get into phpmyadmin run this query:
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = 'X' 

Change X to your user ID

..I just did this to myself now Big Grin Thanks ToJ
Happens to me all the time too, Luckily there are a lot of people around here that know some SQL trick on how to fix our mess ups Toungue
...I'm never gonna play with the groups edit function ever again Big Grin Big Grin Big Grin