onenroll / onenroll.in

Official website for ONEnroll
0 stars 0 forks source link

User SignIn: Forgot Password #6

Open k279avi opened 4 years ago

k279avi commented 4 years ago

As a user, I want to generate a new password.

When a user forgets her password, she can create a new password using the Forgot Password link provided in the sign-in application.

Features:

  1. Create a form to accept user input for either their registered email or mobile number.
  2. Send the OTP / verification code to either the registered email or mobile number as requested by the user.
  3. Create form for user generated new password. This form should have input fields for new password and confirm password.

Considerations:

  1. When users submit blank or incomplete form, error should be shown. This applies to both forms: email/mobile number input form and OTP verification code input form.
  2. For verification code, same rules apply as create account verification work flow.
  3. For new password generation, same rules apply as create account password generation work flow.