ACM-VIT / SDG-Backend

0 stars 0 forks source link

Implement Forget Password via Email ID #8

Open mahendra785 opened 2 months ago

mahendra785 commented 2 months ago

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.

D-Vspec commented 2 months ago

Pseudocode: Implement Forget Password Feature

Objective:

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