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
Description: Implement a "Forgot Password" feature to allow users to securely reset their password. This feature will include both frontend and backend components to ensure a smooth user experience.
Requirements:
Frontend: Create a "Forgot Password" page where users can enter their email to receive a reset link or OTP.
Backend: Develop an endpoint to handle password reset requests, generate and send OTP or reset link to the user's email, and verify the OTP or reset token.
Security: Ensure secure handling of user data and follow best practices in email sending and token/OTP generation.
The text was updated successfully, but these errors were encountered:
Description: Implement a "Forgot Password" feature to allow users to securely reset their password. This feature will include both frontend and backend components to ensure a smooth user experience.
Requirements:
Frontend: Create a "Forgot Password" page where users can enter their email to receive a reset link or OTP.
Backend: Develop an endpoint to handle password reset requests, generate and send OTP or reset link to the user's email, and verify the OTP or reset token.
Security: Ensure secure handling of user data and follow best practices in email sending and token/OTP generation.
The text was updated successfully, but these errors were encountered: