Pemissions for admins to proctect admin no 1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • steve1966
    Senior Member
    • May 2007
    • 182

    Pemissions for admins to proctect admin no 1

    Hi how do i protect admin no 1 from being deleted?
    Last edited by steve1966; Sat 22 Dec '07, 2:11am.
  • Andy Huang
    Senior Member
    • Feb 2004
    • 4602

    #2
    Add yourself to $config['SpecialUsers']['undeletableusers'] in config.php, and make sure that no one else is in $config['SpecialUsers']['superadministrators'].
    Best Regards,
    Andy Huang

    Comment

    • steve1966
      Senior Member
      • May 2007
      • 182

      #3
      Originally posted by Andy Huang
      Add yourself to $config['SpecialUsers']['undeletableusers'] in config.php, and make sure that no one else is in $config['SpecialUsers']['superadministrators'].
      many thanks for your reply i have taken this information from the config file do i need to edit it because it as 'superadministrators'] = '1';

      is no 1 the first registed admin or do i need to input my forum name?

      // ****** SUPER ADMINISTRATORS ******
      // The users specified below will have permission to access the administrator permissions
      // page, which controls the permissions of other administrators
      $config['SpecialUsers']['superadministrators'] = '1';
      do i put $config['SpecialUsers']['undeletableusers'] = ''; my id no 1 like this $config['SpecialUsers']['undeletableusers'] = '1';

      Comment

      • peterska2
        Senior Member
        • Oct 2003
        • 8869
        • 3.7.x

        #4
        Leave the superadministrators one alone and yes, you set the undeleteable one as you have said there.

        Comment

        • steve1966
          Senior Member
          • May 2007
          • 182

          #5
          Originally posted by Kerry-Anne
          Leave the superadministrators one alone and yes, you set the undeleteable one as you have said there.

          Thank you

          Comment

          Related Topics

          Collapse

          Working...