diff options
| author | Michael <[email protected]> | 2017-04-17 21:15:11 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-17 21:15:11 -0400 |
| commit | a06432ed0e759d942535a1f7198e65255a6c4869 (patch) | |
| tree | f9b4417ff675c370219513a3ed996f7f21cdc27e /Project-Unite/Controllers/AccountController.cs | |
| parent | 2d5f268549575a0b0d9be358fe6e2b80794a7f90 (diff) | |
| download | project-unite-a06432ed0e759d942535a1f7198e65255a6c4869.tar.gz project-unite-a06432ed0e759d942535a1f7198e65255a6c4869.tar.bz2 project-unite-a06432ed0e759d942535a1f7198e65255a6c4869.zip | |
fix account login
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); } } |
