UltimateHealth icon indicating copy to clipboard operation
UltimateHealth copied to clipboard

💡[FEATURE]: : Implementing Forgot Password Functionality with Email OTP

Open SB2318 opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe.

To add the forgot password functionality to the backend server, you can implement a process where users enter their email address, receive an OTP (One-Time Password) via email, and then reset their password using the OTP.

Describe the solution you'd like

  1. User enters their email address on the forgot password page.
  2. The backend server checks if the email exists in the system.
  3. If the email exists, an OTP is generated and sent to the user's email address.
  4. The user receives the OTP in their email inbox.
  5. The user is redirected to a new password page where they can enter the OTP and set a new password.
  6. The backend server verifies the OTP and updates the user's password.

Additional context

Please attach the API responses snapshot while making a PR.

SB2318 avatar May 20 '24 03:05 SB2318

@SB2318 can you please assign this to me.

hemanthkumar-21 avatar May 20 '24 13:05 hemanthkumar-21

@Hemu21 you can start work.

SB2318 avatar May 23 '24 11:05 SB2318

Hello @SB2318! Your issue #60 has been closed. Thank you for your contribution!

github-actions[bot] avatar May 30 '24 06:05 github-actions[bot]