Commit 8faf43c4 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(core) Fixed error in password method locking

issue #5970
parent 91fb7f10
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -181,6 +181,8 @@ class passwordMethod ...@@ -181,6 +181,8 @@ class passwordMethod
} }
} }
$modify['userPassword'] = $pwd; $modify['userPassword'] = $pwd;
$ldap = $config->get_ldap_link();
$ldap->cd($dn); $ldap->cd($dn);
$ldap->modify($modify); $ldap->modify($modify);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment