charovatzbassar / charovatzbassar/dva332-software-engineering-basic-course
As a user, I want to login, so that I can access the system.
- Dominant language
- Java
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## User Story:
>- As a user, I want to login, so that I can access the system.
## Steps for Demonstration:
>- Open the application on the login page.
>- Enter a valid email and password combination into the respective fields.
>- Click on the "Login" button.
>- Show how the user is redirected to the home page after a successful login.
## Acceptance Criteria:
>- Users must be redirected to the home page upon successful login.
>- Users can enter wrong password at most 3 times.
>- Error messages should be displayed for invalid email or password entries.
## Result:
>- Successful login navigates to the home page.
>- Invalid login displays an error notification.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.