UltimateHealth
UltimateHealth copied to clipboard
💡[FEATURE]: : Implementing Forgot Password Functionality with Email OTP
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
- User enters their email address on the forgot password page.
- The backend server checks if the email exists in the system.
- If the email exists, an OTP is generated and sent to the user's email address.
- The user receives the OTP in their email inbox.
- The user is redirected to a new password page where they can enter the OTP and set a new password.
- 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 can you please assign this to me.
@Hemu21 you can start work.
Hello @SB2318! Your issue #60 has been closed. Thank you for your contribution!