mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-04-19 16:00:24 +00:00
fix account login
This commit is contained in:
parent
2d5f268549
commit
a06432ed0e
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ The address used to send this message is not a no-reply address. In fact, my nam
|
|||
catch
|
||||
{
|
||||
ModelState.AddModelError("Password", new Exception("An error occurred while verifying your password. Possible cause: If you are a user from before the website was revamped, you don't have a usable password. Please reset it, otherwise you won't be able to log in."));
|
||||
return View(model);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue