jake-hansen / nova

NOVA project for Software Engineering at UNO.
1 stars 0 forks source link

Logging in with an incorrect username/password leads to an exception #38

Closed jake-hansen closed 4 years ago

jake-hansen commented 4 years ago

When logging in with a bad username/password combination, an error page shows with an IndexOutOfBoundsException. This is not intended functionality.

When attempting to login with a bad username/password combination, the user should be redirected back to the login modal and shown a message that states the username/password is incorrect.

The correct functionality was originally present before #34 was merged, so I'm hoping just some slight modifications are required.

The screenshot below shows the exception:

image