Nacto-Care icon indicating copy to clipboard operation
Nacto-Care copied to clipboard

Feat: Forgot Password implementation

Open Adityajparmar37 opened this issue 8 months ago • 1 comments

Describe the feature

Adding Forgot password functionality will increase the user experience as well as help user in case oh he/she forgot their password

solution :

1 ) Add 2 routes in backend 2 ) One route will take email address from user from frontend 3 ) Second route will generate token and that will be send to user via email 4 ) As soon as user click on that token it will redirect to set new password page to set new password

Add ScreenShots

image

Record

  • [X] I agree to follow this project's Code of Conduct
  • [X] I'm a GSSOC'24 contributor
  • [X] I want to work on this issue

Adityajparmar37 avatar Jun 23 '24 10:06 Adityajparmar37