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

Go to the source code of this file.

Variables

if(! $admin->enabled$fields
 Manages password policy for misc. More...
 
 $c =$admin->listPasswordPolicies()
 
 if (isset( $doedit) &&$doedit)
 

Variable Documentation

◆ $c

$c =$admin->listPasswordPolicies()

Definition at line 53 of file adm_passpolicy.php.

◆ $fields

if (! $admin->enabled) $fields
Initial value:
= array (
"edit" => array ("request", "string", ""),
"doedit" => array ("post", "string", ""),
"minsize" => array ("post", "integer", "0"),
"maxsize" => array ("post", "integer", "64"),
"classcount" => array ("post", "integer", "0"),
"allowlogin" => array ("post", "integer", "0"),
)

Manages password policy for misc.

services on AlternC (ftp, mail etc.)

Definition at line 34 of file adm_passpolicy.php.

◆ if

if (!empty( $edit)) if(is_array($c)) ( isset($doedit) &&  $doedit)

Definition at line 55 of file adm_passpolicy.php.