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

Add reset password feature while login. #310

Closed
DharshiBalasubramaniyam opened this issue Jun 15, 2024 · 4 comments · Fixed by #376
Closed

Add reset password feature while login. #310

DharshiBalasubramaniyam opened this issue Jun 15, 2024 · 4 comments · Fixed by #376
Assignees
Labels
enhancement New feature or request gssoc GSSOC 2024 level2 25 points priority : medium GSSOC 2024

Comments

@DharshiBalasubramaniyam
Copy link
Contributor

When users forget their passwords, they need a way to reset them. Implementing a "Forgot Password" feature during login will provide users with a process for resetting their passwords without needing to contact support.

steps:

  1. add forgot password link in login page
  2. create email verification page, which requests registered email from user to ensure the user account.
  3. create verification code verification page, where users can enter the verification code, which sent entered email in above page.
  4. create password reset form where users can input a new password. This form should enforce password strength requirements and confirm password entries to prevent errors.

please kindly assign this issue to me.

Copy link

Thank you for creating this issue! 🎉 @SUGAM-ARORA will look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTE.md for guidelines on contributing to this project.

@SUGAM-ARORA
Copy link
Owner

@DharshiBalasubramaniyam Issue assigned to you

Copy link

Hello @DharshiBalasubramaniyam! 🎉

Your issue #310 - Add reset password feature while login. has been successfully closed.

We appreciate your valuable contribution and your help in improving the project. If you have any more ideas, questions, or issues, feel free to open a new issue or join the discussion in our community forum.

Stay awesome! 😊

Copy link

Hello @DharshiBalasubramaniyam! 🎉

Your issue #310 - Add reset password feature while login. has been successfully closed.

We appreciate your valuable contribution and your help in improving the project. If you have any more ideas, questions, or issues, feel free to open a new issue or join the discussion in our community forum.

Stay awesome! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc GSSOC 2024 level2 25 points priority : medium GSSOC 2024
Projects
Development

Successfully merging a pull request may close this issue.

2 participants