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

[FEATURE] Implement "Forgot Feature" to the backend. #19

Open
Dev-Rishav opened this issue Oct 7, 2024 · 5 comments · May be fixed by #29
Open

[FEATURE] Implement "Forgot Feature" to the backend. #19

Dev-Rishav opened this issue Oct 7, 2024 · 5 comments · May be fixed by #29
Assignees
Labels
enhancement New feature or request gssoc-ext hacktoberfest HacktoberFest 2024 linked issue hacktoberfest-accepted level 3

Comments

@Dev-Rishav
Copy link

Is your feature request related to a problem? Please describe.

The current "Forgot Password" feature is not implemented on backend. I would like to work on resolving this issue.

Describe the solution you'd like

  • Create an API endpoint for handling password reset requests.
  • Generate a secure token and save it to the user's document in MongoDB.
  • Send an email to the user with a link containing the token.
  • Verify the token when the user submits the new password.
  • Update the password in the MongoDB database

Describe alternatives you've considered
At this time, no alternatives have been considered.

If you would like me to proceed, please assign the relevant GSSoC and hacktoberfest labels. Thank you!

@Dev-Rishav Dev-Rishav added the enhancement New feature or request label Oct 7, 2024
Copy link

github-actions bot commented Oct 7, 2024

Hello! Thank you so much for filing an issue that helps us to improve.

If this is a bug report, please include relevant logs to help us debug the problem.

@Mustafiz04
Copy link
Member

Sound pretty good.
Assigning it to you.

@prathameshkhandare
Copy link

is the problem has been solved ?

@Mustafiz04
Copy link
Member

@Dev-Rishav is still working on it. Can you please update here?

If not then I can assign it to @prathameshkhandare

@Dev-Rishav
Copy link
Author

@Mustafiz04 I'm currently working on it.

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-ext hacktoberfest HacktoberFest 2024 linked issue hacktoberfest-accepted level 3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants