mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSsession: Fix PHP < 7 syntax error
This commit is contained in:
parent
f1ce6380b9
commit
db710efb87
1 changed files with 1 additions and 1 deletions
|
@ -986,7 +986,7 @@ class LSsession {
|
|||
$pwd_attr = $user -> attrs[$pwd_attr_name];
|
||||
$pwd = generatePassword(
|
||||
$pwd_attr -> getConfig('html_options.chars'),
|
||||
$pwd_attr -> getConfig('html_options.lenght'),
|
||||
$pwd_attr -> getConfig('html_options.lenght')
|
||||
);
|
||||
self :: log_debug("recoverPasswdSecondStep($user): new password = '$pwd'.");
|
||||
$lostPasswdForm = $user -> getForm('lostPassword');
|
||||
|
|
Loading…
Reference in a new issue