You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to login to my account so that I can access the site’s features and participate in Leetracing..
Detailed Description
The user has already created an account. They navigate to the login page from either the landing page or the signup page. They type their username and password into the form, and if they are correct (API request to backend made), the user can access the Leetracing feature.
Acceptance Criteria
Given an existing user, then the user can submit their username and password to login
Given links to the login page from either the landing page or the signup page, then a user can easily navigate to the login page
Given incorrect login information, then an error message will be displayed to the user
Given correct login information, the page will change to the matchmaking page
The text was updated successfully, but these errors were encountered:
User Story
As a user, I would like to login to my account so that I can access the site’s features and participate in Leetracing..
Detailed Description
The user has already created an account. They navigate to the login page from either the landing page or the signup page. They type their username and password into the form, and if they are correct (API request to backend made), the user can access the Leetracing feature.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: