Closed ayushjainrksh closed 4 years ago
Thanks for submitting your first issue to this repository!
This is a great issue to work on! Do you have a design in mind? Does it add any database fields? Is there a similar project whose code you can point us to?
I have assigned this to you.
@Sheeri I'd consider the same design as the login page (to keep it consistent). Let me know if that works or we can try a different design. My initial thoughts are to send an email with the password reset link that utilizes already existing user service in MongoDB stitch. I don't think there would be a need to add any database field but I'll try it out and let you know.
Hi @ayushjainrksh - I like this idea! Please go ahead and implement it.
@Sheeri I've added an initial PR with the implementation of the discussed feature.
Is your feature request related to a problem? Please describe. When a user tries to reset the password, they are redirected to a blank page that says
Restore password page (no designs yet)
.Describe the solution you'd like I'd like to work on adding a password reset page that sends a
reset password
link to user's email which they can use to reset their password.