Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Upgraded to 1.0.1 after 0.9.2 phpBB move LOST ADMIN PRIVS

edited October 2006 in Vanilla 1.0 Help
HELP! I successfully moved over all my users and posts and categories from phpBB but when I log in as the Admin user and go to settings I get ONE option (categories). Is there any way I can get FULL privs back?

Comments

  • Options
    It has me listed as Moderator, not Admin.
  • Options
    NickENickE New
    edited October 2006
    The following SQL query should work:update LUM_User set RoleID=4 where Name='your user name' limit 1;
  • Options
    Thank You... before I ran the SQL I took a peek at the user area of my DBase and noticed that somehow I had two accounts... the system was recognizing the wrong one so I deleted it and left the other that had a role ID of 6. Now when I log in I have full admin privs.
This discussion has been closed.