jshoyos / soen390-team01

MIT License
0 stars 0 forks source link

Wrong message displayed when you fail to login #99

Closed kmarsolais closed 3 years ago

kmarsolais commented 3 years ago

Describe the bug Wrong message is displayed when entering incorrect credentials on login.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'login'
  2. Enter 'admin@hotmail.com as the username, and admin2 as the password'
  3. Click on 'Login'
  4. Message displayed will be incorrect
  5. Look at incorrect message

Expected behavior Message displayed should be something else such as "The email and/or password you entered are incorrect"

Screenshots image

Desktop (please complete the following information):

t-andrews commented 3 years ago

@kmarsolais I don't think we should give hints on what went wrong with the login, but I agree it should probably be a better message

kmarsolais commented 3 years ago

@kmarsolais I don't think we should give hints on what went wrong with the login, but I agree it should probably be a better message

Upon further review, I agree with your statement