extra error msg if hash is invalid

This commit is contained in:
Uwe Steinmann 2021-12-03 09:30:00 +01:00
parent bc22043b80
commit 1f2e9496a8

View File

@ -66,7 +66,5 @@ if($user) {
exit;
}
UI::exitError(getMLText("password_mismatch_error_title"),getMLText("password_mismatch_error"));
?>
UI::exitError(getMLText("password_forgotten_invalid_hash_title"),getMLText("password_forgotten_invalid_hash"));