Note:
The authedit module is used for permission management.
This module contains fonctions used by the permission management tool.
Permission management tool
The Templeet authentication principles are explained in the auth module documentation.Permission management tool is accessible here:
http://rootix.free.fr/auth/
Before using Templeet authentication you must
- Configure Templeet
- Change administrator's password
Templeet configuration can only be done by an administrator.
The default authentication method is 'file' which means passwords are stored in a file. One account exists: ADMIN (the password is the one you enter after installation). This account has administrator privileges and allow Templeet configuration.
Templeet configuration is done there:

Authentication method
You can choose authnetication method with
Current authentication method: file
Available methods:
- db
- file
Account validation
Account validation mode is done with
An account must be valid to be used. Account validation mode corresponds to state of newly created accounts. Possible choices are:
- No: accounts have to be validated by an administrator.
- Yes: accounts are immediatly valid.
- Conf.: accounts must be validated by users with a code sent by email. This mode runs only on servers with a configured email system.