You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An OTP will be sent to the user's email. The OTP will be verified. The new Password will be changed according to the user.
Use Case
This feature enables users to securely reset their passwords. When initiating the password reset process, users provide their registered email address. A one-time password (OTP) is then sent to their email. Upon entering the correct OTP, users can set a new password. This process ensures account security by verifying the user's identity through their email, mitigating the risk of unauthorized access.
Potential Solution
Use Nodemailer and maybe redis for temporary storage
Additional Context
I would like to work on this under the Gssoc label.
The text was updated successfully, but these errors were encountered:
Feature Description
An OTP will be sent to the user's email. The OTP will be verified. The new Password will be changed according to the user.
Use Case
This feature enables users to securely reset their passwords. When initiating the password reset process, users provide their registered email address. A one-time password (OTP) is then sent to their email. Upon entering the correct OTP, users can set a new password. This process ensures account security by verifying the user's identity through their email, mitigating the risk of unauthorized access.
Potential Solution
Use Nodemailer and maybe redis for temporary storage
Additional Context
I would like to work on this under the Gssoc label.
The text was updated successfully, but these errors were encountered: