diff --git a/application/loginwebpage.class.inc.php b/application/loginwebpage.class.inc.php index e77deae08..70631457c 100644 --- a/application/loginwebpage.class.inc.php +++ b/application/loginwebpage.class.inc.php @@ -381,6 +381,7 @@ EOF { // Trash the token and change the password $oUser->Set('reset_pwd_token', ''); + $oUser->AllowWrite(true); $oUser->SetPassword($sNewPwd); // Does record the change into the DB $this->add("
".Dict::S('UI:ResetPwd-Ready')."
");