BellowingButcher / total-time-tracker-backend

0 stars 0 forks source link

As a user I want to log in so that I can access my dashboard #3

Open BellowingButcher opened 1 year ago

BellowingButcher commented 1 year ago

Points: 8

What I meant was: Any pre-registered user should be able to enter their username/email and password and gain access to the dashboard.

Testing criteria: The user should be able to follow the URL to a login area where they can type in their username/email and password. This should grant them access to their dashboard. If the username/email or password is entered incorrectly user will receive an error message based on which one is wrong. If the username/email is incorrect user will receive, 'Username or email does not exist in our records'. If the password is incorrect the user will receive, 'This is the incorrect password, try again.' The user will then be able to try and enter their information again.

Definition of Done: The login area displays and when you enter in the correct username/email and password you are logged in and taken to the dashboard