Skip to content
Snippets Groups Projects
Commit d7b61fd4 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix update of user password

parent 8258b32a
No related branches found
No related tags found
No related merge requests found
......@@ -941,7 +941,7 @@ class UserAccount extends UserAccountModel {
}
function setPassword($new) {
$this->set('passwd', Passwd::hash($vars['passwd1']));
$this->set('passwd', Passwd::hash($new));
}
protected function sendUnlockEmail($template) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment