EcommerceSpectastyle icon indicating copy to clipboard operation
EcommerceSpectastyle copied to clipboard

Feat: Implement Password Reset Functionality with Nodemailer Integration

Open Prateek579 opened this issue 9 months ago • 2 comments

Describe the feature

Create a new feature to enable users to reset their passwords securely. This feature should include:

1 :- Password Reset Section: Add a new section to the application where users can request a password reset. This should involve a form where users can input their email addresses to receive secret number.

2 :- Nodemailer Integration: Use Nodemailer to send a secret number to the user's registered email address.

Add ScreenShots

Ensure that the reset password button is functional and triggers the appropriate backend processes.

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

Prateek579 avatar May 19 '24 11:05 Prateek579