F4KER-X / TalentVault

https://talentvault.vercel.app
1 stars 2 forks source link

User Story 2: Login Page #4

Closed JXOXO closed 1 year ago

JXOXO commented 1 year ago

As a registered user, I want the login page simple with a forget password option, so I can change the password just incase.

includes:

Tasks:

F4KER-X commented 1 year ago

AT - 2.1: Login V1

User Acceptance Flow

  1. User enters a valid email and password
  2. System checks the database for a match
  3. Email is found, system compare passwords
  4. System send a OK response
  5. User is logged in and redirected
F4KER-X commented 1 year ago

AT - 2.2: Login V1

User Acceptance Flow

  1. User enters email and password
  2. System checks the database for a match
  3. Email or password do not match
  4. Error is displayed for the user to check the inputs
  5. No redirection is made
F4KER-X commented 1 year ago

AT - 2.3: Login V3

User Acceptance Flow

  1. User clicks on the Signup button
  2. User is redirected to the registration page
F4KER-X commented 1 year ago

AT - 2.4: Login V3

User Acceptance Flow

  1. User clicks the Forgot password button
  2. User is redirected to the forgot password page