diff options
Diffstat (limited to 'Project-Unite/Controllers/AccountController.cs')
| -rw-r--r-- | Project-Unite/Controllers/AccountController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project-Unite/Controllers/AccountController.cs b/Project-Unite/Controllers/AccountController.cs index 2251fc0..6309184 100644 --- a/Project-Unite/Controllers/AccountController.cs +++ b/Project-Unite/Controllers/AccountController.cs @@ -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); } } |
