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

Helen/add forgot password with reset link (new) #52

Merged
merged 3 commits into from
Dec 20, 2020

Conversation

lihelennn
Copy link
Contributor

@lihelennn lihelennn commented Dec 18, 2020

Adding appropriate frontend and backend changes to allow user to get a reset password link to change their password

  1. A user will enter their email into the "Forgot Password" field and be emailed a link to reset their password
  2. If the user clicks on the link, they will be logged in and navigated to the profile page to set their password
  3. After a user logs in, the link no longer be able to access the user's account

Notes:

  • There is a migration involved to add a reset_password_id so we know when to redirect a user to their logged in settings page. Do the appropriate steps for a migration.
  • Please ask @lihelennn for Gmail username & password credentials (used in nodemailer in email-config.js

image

image

closes #5

@lihelennn lihelennn changed the title Helen/add forgot password Helen/add forgot password with reset link (new) Dec 19, 2020
@JumanaFM JumanaFM merged commit b0d44f2 into haystack:master Dec 20, 2020
@karger
Copy link
Member

karger commented Dec 20, 2020 via email

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.

Adding a "Forgot my password/password reset" function
3 participants