mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: Missinf class
This commit is contained in:
@@ -777,7 +777,7 @@ if (($action == 'create') || ($action == 'adduserldap'))
|
||||
$password=$generated_password;
|
||||
|
||||
// Mot de passe
|
||||
print '<tr><td valign="top">'.$langs->trans("Password").'</td>';
|
||||
print '<tr><td valign="top" class="fieldrequired">'.$langs->trans("Password").'</td>';
|
||||
print '<td>';
|
||||
if (! empty($ldap_sid))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user