Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Sep 27, 2024
1 parent 3ee46ee commit 6f8356e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/resetpassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
} else {
$reset = ($pwdreset === "true") ? true : false;
if ($directory->modifyPassword($ldap, $dn, $password, $reset)) {
$result = "passwordrefused";
} else {
$result = "passwordchanged";
} else {
$result = "passwordrefused";
}
}
}
Expand Down

0 comments on commit 6f8356e

Please sign in to comment.