Jump to content


[IPB 1.3] Reset Admin Permissions (if you lock yourself out of ACP)


No replies to this topic

#1 visiblesoul

  • Administrators
  • 551 posts
  • Location:Earth
  • Texas

Posted 01 January 2005 - 08:53 AM

If you accidently change your member group and lock yourself out of the IPB Admin CP...

The fix is easy if you have phpMyAdmin. You can just go into the database and change your member group manually.

!!!BACKUP YOUR DATABASE BEFORE MAKING CHANGES!!!

In phpMyAdmin...

Quote

1) Choose your forum database from the dropdown box
2) Click the "ibf_members" table link in the left navigation
3) Click the "Browse" tab
4) Find your own member name (it will probably be #1 if you installed the forums)
5) Click the "Edit" icon or Edit link next to your member name (in the same row)
6) Change the "Value" of the "mgroup" row to "4" which should be Admin.
7) Save (by clicking "Go")
Or you could run a query. This one should work if you installed the forum (which means your ID should be "1").
UPDATE ibf_members SET mgroup = 4 WHERE id = 1
or you could just use your username..
UPDATE ibf_members SET mgroup = 4 WHERE name = 'YourUserName'



Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.

Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.

"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users