FAQ - Add more Super Administrators

Add more Super Administrators

3636


Adding another super administrator is fairly easy! However you need to know that every super administrator created in the administration panel is protected as well in the db.php file.

Please follow this steps to create another administrator:

  1. Login into your administrator panel as a super administrator.
  2. Go to User and click on "New User".
  3. Add all necessary informations and press "Save".
  4. Now open your current db.php file located in the include/ directory.
  5. Now add the user's id (see code below) into the file, save and upload to your server.
  6. You will find the administrator's id in the user section on the left hand side.

define('JAK_SUPERADMIN', '1'); // Undeletable and SuperAdmin User, more user separate with comma. e.g. 1,4,5,6 (userid)

cms