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

Complete the forgot my password functionality #199

Open
lkeegan opened this issue Dec 6, 2024 · 0 comments · May be fixed by #217
Open

Complete the forgot my password functionality #199

lkeegan opened this issue Dec 6, 2024 · 0 comments · May be fixed by #217
Labels

Comments

@lkeegan
Copy link
Member

lkeegan commented Dec 6, 2024

  • frontend
    • login page should have a "forgot my password" link pointing to /userLand/lostPassword
    • need a new route for the link that users will click on to reset their password
      • with /[[code]] as part of route to get the token
      • with password & confirm password fields
  • backend
    • on_after_forgot_password needs to send user a password reset link

See #198 for the implementation of the very similar logic for validating the user email

@lkeegan lkeegan added enhancement New feature or request frontend backend labels Dec 6, 2024
@lkeegan lkeegan added this to the Initial production version milestone Dec 6, 2024
@MaHaWo MaHaWo linked a pull request Dec 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant