mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +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
|
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."));
|
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