Closed krishpathak closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
scrollme-ecommerce-website | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Oct 3, 2024 2:07pm |
Name | Link |
---|---|
Latest commit | 0bc96bba2abe2f13067b1fdf5e49a1621e6fa02f |
Latest deploy log | https://app.netlify.com/sites/scrollme-ecommerce/deploys/66fea51359ec2700089c4207 |
Deploy Preview | https://deploy-preview-74--scrollme-ecommerce.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@krishpathak resolves merge conflicts. and from next time, create a new branch associates with issue.
Yeah will do by tmrw.
@krishpathak solve the conflicts and create PR again
Pull Request Template Title:
Forgot Password logic is added. So, it enables users to change his/her password if he/she forgots
Description Frontend Page
-Created a dedicated Forgot Password page that prompts users to enter their email address and new password. -Implemented input validation to ensure that the new password and confirmation password match before submission. -The page displays loading indicators while the request is being processed, enhancing user experience.
Backend Route
-Created an Express route that handles incoming password reset requests. -The route verifies the user's email and updates the password after hashing it for security. -Implemented error handling to manage various scenarios, such as user not found or internal server errors.
Related Issue Fixes #65
Changes Made I have successfully developed a "Forgot Password" feature that allows users to reset their passwords securely. This feature includes a user-friendly frontend page and a robust backend route for handling password reset requests.