mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05: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 @@ public async Task<ActionResult> Login(LoginViewModel model, string returnUrl)
|
|||
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…
Reference in a new issue