Jump to content
WebFlake
  • 0

i accidentally change my admin to v.i.p group HELP


HMXF_red

Question

2 answers to this question

Recommended Posts

  • 0

#1 Login to your Database or PHPADMIN.#2 Go to members#3 Find your user account name#4 Set group Id to the admin group id. (Try 3 if you don't know it.)Or...

Login t your phpmyadmin via your host and run the following queryMEMBER_ID = your member id, probably 1GROUP_ID is group id of the admin, probably 4

UPDATE members SET member_group_id = GROUP_ID WHERE member_id = MEMBER_ID
So if you have member id 1, run
UPDATE members SET member_group_id = 4 WHERE member_id = 1

^ He beat me to it :s Edited by Death
  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...