Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset password functionality #14

Open
AndreySurzhan opened this issue Oct 16, 2018 · 0 comments
Open

Reset password functionality #14

AndreySurzhan opened this issue Oct 16, 2018 · 0 comments
Labels
Epic Global functionality

Comments

@AndreySurzhan
Copy link
Owner

AndreySurzhan commented Oct 16, 2018

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:

  1. Button "Forgot passord?"
  2. 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"
  3. 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"
  4. API for sending letters with a link to the password change page
@AndreySurzhan AndreySurzhan changed the title Updated User - updated password and username separately Reset password functionality Nov 5, 2018
@AndreySurzhan AndreySurzhan added Epic Global functionality and removed feature labels Nov 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Global functionality
Projects
None yet
Development

No branches or pull requests

1 participant