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

Allow Users to Recover Lost Logins #90

Open
6 tasks
winsmith opened this issue Sep 9, 2017 · 0 comments
Open
6 tasks

Allow Users to Recover Lost Logins #90

winsmith opened this issue Sep 9, 2017 · 0 comments

Comments

@winsmith
Copy link
Collaborator

winsmith commented Sep 9, 2017

If a user has an email address set – which we don't validate for now btw – then allow the user to enter their username. This will send them an email with a recovery link where they can set a new password.

  • Requires The Sending of the Emails #97
  • Create new model, PasswordChangeRequest in user_management, with a uuid that needs to be in the URL, a foreign key to the user, and an expiry time of, say 2 hours.
  • Create new Template, Form, and View to change the password if the PasswordChangeRequest link is valid
  • Create an Email template that lays out the process and has a password recovery link
  • if a user requests a password change, send them an email to the specified email address to begin the process
  • send an email once the password is changed as an additional security measure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant