MyBB Community Forums

Full Version: Login Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well i was making new user groups so that users can have more than 1 rank image in thier profile etc. But when i made a new admin group which was so i could have it has a secondary group instead of primary i didnt tick the box for access of admin cp.

Now i have no accounts that have admin cp access to change and im really stuck. I dont know what to do!

Please help!
See if you can leave your secondary usergroup in the User CP --> Group Memberships. Or else you will have to run some SQL code:
UPDATE mybb_users SET usergroup='4', additionalgroups='' WHERE uid='1'
Change mybb_ to your table prefix (if different) and the uid='1' to your user ID (if different).
Yey! its working now ;] thanks a lot Den !