Admin Rights

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Admin Rights

      I wiped my server and all user Accs, so also mine. What do i need to write in Database rights at users to get all rights back?

      authattack authlv rights
    • register a new account, go to the database uni1_users and set the column authlevel to 3 for your account.

      SQL-Query

      1. UPDATE uni1_users SET authattack = 1, authlevel = 3 WHERE id = YOUR_USER_ID;
      rights is unused as long as i remember
      Try the new Deployment module: More info
      V1.1.9 has been rolled out <3