saurabhbakolia / SCROLLME--ECOMMERCE-WEBSITE

ScrollMe is an open-source eCommerce platform built with JavaScript, React, Styled Components, Node.js (Express), and MongoDB. It offers a modern shopping experience with a scalable backend, perfect for contributors or those learning modern web development.
https://www.scrollme.online/
MIT License
19 stars 64 forks source link

Password Recovery Feature #201

Closed saras-69 closed 1 month ago

saras-69 commented 1 month ago

Screenshot 2024-10-15 022439 Description We need to implement a password recovery feature that allows users to reset their passwords if they forget them. This feature should include an option to send a password reset link to the user's registered email address.

Steps to Reproduce the Issue To assist us in understanding and resolving the issue, please outline the steps you took that led to the problem:

Action 1: Navigate to the login page. Action 2: Click on the "Forgot Password?" link. Action 3: Enter the registered email address to receive the reset link. Feel free to be as detailed as necessary so we can replicate the issue accurately.

Expected Behavior Users should receive an email with a link to reset their password, allowing them to create a new password successfully.

Actual Behavior Currently, there is no password recovery option available on the login page.

Additional Context Adding a password recovery feature is crucial for improving user experience and security. It will ensure that users can regain access to their accounts without requiring admin assistance. Screenshot 2024-10-02 140727 Screenshot 2024-10-13 235803

thakuratul2 commented 1 month ago

@saras-69 done

saurabhbakolia commented 1 month ago

Closing this issue as resolved in PR #232