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.
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.
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.