Commit 843c047e authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5970-allow-plugins-to-easily-take-part-in-the-user-locking-process' into '1.4-dev'

Resolve "Allow plugins to easily take part in the user locking process"

See merge request fusiondirectory/fd!556
Showing with 2 additions and 0 deletions
+2 -0
......@@ -181,6 +181,8 @@ class passwordMethod
}
}
$modify['userPassword'] = $pwd;
$ldap = $config->get_ldap_link();
$ldap->cd($dn);
$ldap->modify($modify);
......
  • SonarQube analysis indicates that quality gate is failed.

    • Security Rating on New Code is passed: Actual value 1
    • Reliability Rating on New Code is failed: Actual value 3 > 1
    • Maintainability Rating on New Code is passed: Actual value 1
    • Duplicated Lines on New Code (%) is passed: Actual value 4.659649122807018

    SonarQube analysis reported no issues.

    By Ghost User on 2019-03-14T13:18:43 (imported from GitLab)

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