User Story
As a user who shares the computer with other family members, I would like to see a greeting message with my name after I log in to the website so that I know when I accidentally log in as another user.
- Persona: A user who shares the computer with other family members
- Feature: A greeting message with the user's name after they log in.
- Business Value: Users can know when they accidentally log in as another user.
Tasks
Acceptance Criteria
- if the user fills in the correct username and password, then clicks the sign-in button, the user should be logged in and view the home page.
- if the user fills in the incorrect username and password, the user should not be logged in, and the user should see a warning.
- if the username or the password is left blank when the sign-in button is clicked, the user should see a warning.
- the sign-in process and the password storage follow XX standards to protect users' private information.
User Story
As a user who shares the computer with other family members, I would like to see a greeting message with my name after I log in to the website so that I know when I accidentally log in as another user.
Tasks
Acceptance Criteria