John Ruhiu created FINERACT-2006: ------------------------------------ Summary: Forgot password on login page Key: FINERACT-2006 URL: https://issues.apache.org/jira/browse/FINERACT-2006 Project: Apache Fineract Issue Type: New Feature Reporter: John Ruhiu Fix For: 1.9.0
To do: # Add a forgot password link on the login page which opens a form to fill registered user/email # On submitting the form, fineract will check if the user/email provided is valid(and active). If valid, send an email with a temporary password will be sent. The password will have a configurable expiry time Notes: A new flag to mark users who have requested for password reset to be added, this will enforce password reset similar to first time login users. SCOPE: 1. Add “Forgot Password” link on the login page 2. When user clicks it, it opens a simple UI where user enters their email address. 3. Verify the email exists if yes, autogenerate password then send it to the user. 4. The temp password should have expiry of 24hours 5. When user tries to reset their password using temp password verify it’s within 24hrs if yes allow user to reset password. NOTE: There is functionality already for generating password. -- This message was sent by Atlassian Jira (v8.20.10#820010)