Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented the Forgot Password Functionality #154

Closed
wants to merge 43 commits into from

Conversation

RithikaSundaram
Copy link
Contributor

@RithikaSundaram RithikaSundaram commented Jun 2, 2024

Description

A clear and concise description of what the PR does.

  • This PR does the following:
    • Adds ...Added the forgot password functionality which enhances the user experience. And the ForgotPassword.jsx and ResetPassword jsx components has been added.
    • Fixes ...Fixes the forgot password
    • Updates ...Updates the CustomerController, customerSchema.js , index,js ,error.js, and added the authRoutes.js file in backend in frontend ibhave updated the App.js component and adds the ForgotPssword.jsx and ResetPassword.jsx component.

Related Issues

Link any related issues using the format Fixes #issue_number.
This helps to automatically close related issues when the PR is merged.

Changes

List the detailed changes made in this PR.

  • Added a new feature to ...the Login Page by implementing the Forgot password
  • Refactored the ...
  • Fixed a bug in ...

Testing Instructions

Detailed instructions on how to test the changes. Include any setup needed and specific test cases.

  1. Pull this branch.
  2. Run npm install to install dependencies.
  3. Run npm test to execute the test suite.
  4. Verify that ...

Screenshots (if applicable)

Add any screenshots that help explain or visualize the changes.
Screenshot 2024-06-02 183945
Screenshot 2024-06-02 184157
Screenshot 2024-06-02 184225

Additional Context

Any additional context or information that reviewers should be aware of.

  • This PR is based on the following...

Checklist

Make sure to check off all the items before submitting. Mark with [x] if done.

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I am working on this issue under GSSOC

Copy link

github-actions bot commented Jun 2, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Trisha-tech
Copy link
Owner

screenshot-github com-2024 06 02-22_21_48

Resolve these conflicts @RithikaSundaram

@RithikaSundaram
Copy link
Contributor Author

Hello @Trisha-tech i have completed the assigned task and also there is no conflicts. Please merge this PR

@Suman373 Suman373 closed this Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Forgot Password Feature for Account Recovery
3 participants