issues
search
roman266
/
project_garage
1
stars
0
forks
source link
Create requirements for login page
#5
Closed
romanl231
closed
2 weeks ago
romanl231
commented
2 weeks ago
Requirements
title(Logo)
input email
title: "Email"
placeholder: "Type your email"
input validation: "xxxxxxxxxxxx@gmail.com"
input password
title: "Password"
placeholder: "Type your password"
button "Login"
button isn't active befor the fields pass validation did not pass validation
when passed send request to login
button "Sign up"
when passed moves user to sign up page
Acceptence criteria
email validation
when email did not pass validation user gets error "Enter correct email"
successful login
user moves to main page of this account
login failed
user gets error "Incorrect email or password" and stays at login page
Requirements
Acceptence criteria