raneem-yad / wissen

0 stars 1 forks source link

Login #23

Closed raneem-yad closed 1 month ago

raneem-yad commented 2 months ago

User Story

Metadata Description
Theme User Management
Epic Authentication
User Story Login

Description

As a User, I want the ability to log into the website using my username/email address and password, So that I can access my account and its associated features.

Acceptance Criteria

  1. The website should provide a login page with input fields for the user's email address and password.
  2. Users should be able to enter their email address and password and submit the form to log in.
  3. The login process should authenticate the user's credentials against the database.
  4. Upon successful authentication, the user should be redirected to homepage.
  5. If the user enters incorrect credentials, an appropriate error message should be displayed.
  6. The login page should include a link to the sign-up page for users who do not have an account yet.

Tasks