enabled) { $msg->raise("ERROR", "admin", _("This page is restricted to authorized staff")); echo $msg->msg_html_all(); exit(); } $fields = 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), ); getFields($fields); $c=$admin->listPasswordPolicies(); $passwd_classcount = $c['adm']['classcount']; ?>