en:administration:users:admin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:administration:users:admin [Dec. 16, 2024 03:38 PM UTC ] – removed - external edit (Unknown date) 127.0.0.1en:administration:users:admin [Dec. 16, 2024 03:38 PM UTC ] (current) – ↷ Page moved from en:administration:utilisateurs:admin to en:administration:users:admin jpb
Line 1: Line 1:
 +{{:administration:logo_npds.png? |}}
 +====== Administrators ======
 +{{ :administration:authors.png?|Interface icon}}
 +==== Administration - Administrators ====
 +With this function, you can add, modify and delete administrators of your site.
  
 +===== Add an administrator =====
 +Fill out the form. Mandatory fields are marked with an * (Nickname, Name, Email, Password).
 +Choose the function(s) you want to assign to this administrator.
 +Click on the Add an administrator button to finish.
 +
 +===== Edit an administrator =====
 +Click on the Edit the information link of the administrator you want to modify. Change the necessary information and click on the Update administrator button.
 +
 +===== Delete an administrator =====
 +Click on the Delete administrator link and validate the confirmation message.
 +
 +**Please note**: NPDS requires at least one administrator to function.
 +
 +===== Good to know =====
 +
 +If you accidentally delete all administrators, or if you have lost the password of your only administrator account, via your mysql manager, usually PhpMyAdmin, position yourself on the authors table:
 +
 +If an entry with the aid field equal to Root exists, delete it
 +Execute the following query:
 +
 +<php code>INSERT INTO `authors` (`aid`, `name`, `url`, `email`, `pwd`, `hashkey`, `counter`, `radminsuper`) VALUES ('Root', 'Root', '', '', 'd.8V.L9nSMMvE', 0, 0, 1);</code>
 +
 +This will create an administrator account whose identifier will be Root, and the password Password.
 +
 +----
 +
 +{{:administration:logo_npds.png? 37 31|}} NPDS - Administration manual