Var not initialized
This commit is contained in:
parent
0dfb917790
commit
dc7a0c031d
@ -618,9 +618,9 @@ if (($action == 'create') || ($action == 'adduserldap'))
|
|||||||
}
|
}
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
$generated_password='';
|
||||||
if (!$ldap_sid)
|
if (!$ldap_sid)
|
||||||
{
|
{
|
||||||
$generated_password='';
|
|
||||||
if ($conf->global->USER_PASSWORD_GENERATED)
|
if ($conf->global->USER_PASSWORD_GENERATED)
|
||||||
{
|
{
|
||||||
$nomclass="modGeneratePass".ucfirst($conf->global->USER_PASSWORD_GENERATED);
|
$nomclass="modGeneratePass".ucfirst($conf->global->USER_PASSWORD_GENERATED);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user