MyBB Community Forums

Full Version: Admin problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have a problem.. Today I created a new custom usergroup but I haven't added the permissions to login to the admincp. So now, I can't login to the admincp.
How can I change the usergroup of a user to the default (Administrator)?
through phpmyadmin?

Thank you.
So did you move yourself out of the admin usergroup??

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

Check your table prefix and uid.
(2009-02-15, 12:01 PM)MattR Wrote: [ -> ]So did you move yourself out of the admin usergroup??


Yes Toungue
It works thank you.
Well that was silly wasn't it Toungue If you enter the new group as a secondary group, it should be ok.