mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
extra error msg if hash is invalid
This commit is contained in:
parent
bc22043b80
commit
1f2e9496a8
|
@ -66,7 +66,5 @@ if($user) {
|
||||||
exit;
|
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"));
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user