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

Added otp based forgot password implementation #411

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

Sourabh782
Copy link
Contributor

πŸ“‹ Description

πŸ”¨ Changes Made

  • Implemented otp based password reset functionality
  • Added routes for otp verification and password reset
  • Improved some bugs

βœ… Checklist

Before submitting the PR, please make sure you have completed the following:

  • I have followed all the guidlines mentioned in CONTRIBUTING.md.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation (if applicable).
  • I have tested it locally and it works fine.
  • Any dependent changes have been merged and published in downstream modules.

🏷️ Types of Changes

What type of changes does your code introduce? (Check all that apply)

πŸ“Έ Screenshots (if applicable)

Login.-.Google.Chrome.2024-11-08.17-48-29.mp4

Thank you for contributing to Research Nexus! We look forward to reviewing your PR and getting it merged!

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Thank you @Sourabh782 for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better

login-system/otp.js Outdated Show resolved Hide resolved
@Harshdev098 Harshdev098 merged commit ed207d6 into Harshdev098:main Nov 9, 2024
1 check passed
Copy link
Contributor

github-actions bot commented Nov 9, 2024

πŸŽ‰πŸŽ‰ Thank you for your contribution! Your PR #411 has been merged! πŸŽ‰πŸŽ‰

@Sourabh782
Copy link
Contributor Author

hey @Harshdev098 can you please add labels, else it wont get counted. Thanks :)

@Harshdev098 Harshdev098 added gssoc-ext This issue is under GSSoc Ext program level3 labe3 label for gssoc labels Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext This issue is under GSSoc Ext program level3 labe3 label for gssoc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementing otp based password reset functionality
2 participants