Download FAQ
 


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://www.templeet.org/auth/

Before using Templeet authentication you must This tool can be used by any user having editing privileges.

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:

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:


~auth_updateprivateinfo

This function update user private data (privateinfo).

The function requires two parameters :

Example of use :

~set('privateinfo[nom]', 'Germain')
~set('privateinfo[ville]', 'Toulouse')

~auth_updateprivateinfo(~get('auth_uid'),~get('privateinfo'))

authfld

authlist

auth_setpriv

auth_setprivuser

auth_newuser

auth_deluser

auth_passwd

auth_newarea

auth_listuser

auth_emailislogin

auth_listuserfld

auth_nbrows

auth_listarea

auth_listareafld

auth_setarea

auth_delarea

auth_setkeypass

auth_newmail

auth_setnewmail

authmethodparam

authsetmethod

auth_validaccount

auth_validmode

auth_setconfvalid

auth_updateprivateinfo

auth_loginnick