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
Add a "Forget Password" feature that allows users to reset their password by entering their email ID. Send a password reset link to the user's email, enabling them to set a new password securely.
The text was updated successfully, but these errors were encountered:
Add a "Forget Password" feature that allows users to reset their password by entering their email ID. Send a password reset link to the user's email, enabling them to set a new password securely.
Steps:
1. Define the Password Reset Token Schema
Token Schema Structure:
Fields:
userId: The ID of the user requesting the password reset (e.g., String, required)
Add a "Forget Password" feature that allows users to reset their password by entering their email ID. Send a password reset link to the user's email, enabling them to set a new password securely.
The text was updated successfully, but these errors were encountered: