This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
[FEATURE REQUEST] "Forgot Password" functionality #941
jeremymeyers
started this conversation in
Feature Requests
Replies: 1 comment
-
Django has built-in support for that, so I imagine it's not too difficult to get this implemented. The hardest part would be smtp setup, I guess. I'm open for PRs on this one. Also, there's always the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
There is currently no way to reset a forgotten or borked password short of going into the database (Which is not documented)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A "forgot password?" form which will prompt for email address associated with the account and send a reset link or a new password when submitted.
Beta Was this translation helpful? Give feedback.
All reactions