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
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"