fix account login

This commit is contained in:
Michael 2017-04-17 21:15:11 -04:00
parent 2d5f268549
commit a06432ed0e

View file

@ -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);
}
}