Master Admin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • golden45
    New Member
    • Apr 2009
    • 6
    • 3.8.x

    Master Admin

    How do i keep from having Regular admins editing the Master Admin account for my forums?
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Edit this section of includes/config.php:

    // ****** UNDELETABLE / UNALTERABLE USERS ******
    // The users specified here will not be deletable or alterable from the control panel
    by any users.
    // To specify more than one user, separate userids with commas.
    $config['SpecialUsers']['undeletableusers'] = 'x';


    ...with 'x' being your userid number, not user name.

    Note: If you can't trust your Admins then IMO they should not be Admins.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • golden45
      New Member
      • Apr 2009
      • 6
      • 3.8.x

      #3
      Now do i need to reupload this file to my server or can i just go into my server and add it into the files?

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        Edit the existing config.php file.
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

        Related Topics

        Collapse

        Working...