How to manage administrators
Management of Administrator Accounts
The Administrator accounts are managed via the command-line by perl scripts located in scripts/. You can execute the script by changing into the directory and type:
run ScriptName
| Script-Name | Functionality |
|---|---|
| createAdmin.pl | A "createuser" unix like script. It takes no argument. All needed information will re requested interactively by the script. |
| enableAdmin.pl | First argument is the name of the administrator which shall be activated because the account is deactivated after 10 failed login attempts. |
| deleteAdmin.pl | Deletes a administrator account. The scripts takes no argument. All needed information will re requested interactively by the script. |
| upDateAdminPwd.pl | Changes the password of an administrator. The scripts takes no argument. All needed information will re requested interactively by the script. |