Alternc  latest
Alternc logiel libre pour l'hébergement
adm_add.php File Reference

Go to the source code of this file.

Variables

if(! $admin->enabled$fields
 Form to add a new account to AlternC. More...
 
 $c =$admin->listPasswordPolicies()
 
 $passwd_classcount = $c['adm']['classcount']
 

Variable Documentation

◆ $c

$c =$admin->listPasswordPolicies()

Definition at line 48 of file adm_add.php.

◆ $fields

if (! $admin->enabled) $fields
Initial value:
= array (
"canpass" => array ("post", "integer", 1),
"login" => array ("post", "string", null),
"pass" => array ("post", "string", null),
"passconf" => array ("post", "string", null),
"notes" => array ("post", "string", null),
"nom" => array ("post", "string", null),
"prenom" => array ("post", "string", null),
"nmail" => array ("post", "string", null),
"create_dom" => array ("post", "integer", 0),
)

Form to add a new account to AlternC.

Definition at line 35 of file adm_add.php.

◆ $passwd_classcount

$passwd_classcount = $c['adm']['classcount']

Definition at line 49 of file adm_add.php.