You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As User I would like to get ability to reset password
That would allow me to reset password if I forget my password to login the app
AC:
Button "Forgot passord?"
Page for entering mail: field "Enter email"
the field should not be empty (error with an empty field)
the field must check the validity of the email (error with invalid email) button "send"
Page fo change password: field "enter new password"
the field should not be empty (error with an empty field) field "Confirm the password"
the field should not be empty (error with an empty field)
the field must contain the same characters as in the "enter new password" field button "accept" button "cancel"
API for sending letters with a link to the password change page
The text was updated successfully, but these errors were encountered:
As User I would like to get ability to reset password
That would allow me to reset password if I forget my password to login the app
AC:
field "Enter email"
the field should not be empty (error with an empty field)
the field must check the validity of the email (error with invalid email)
button "send"
field "enter new password"
the field should not be empty (error with an empty field)
field "Confirm the password"
the field should not be empty (error with an empty field)
the field must contain the same characters as in the "enter new password" field
button "accept"
button "cancel"
The text was updated successfully, but these errors were encountered: