-
Notifications
You must be signed in to change notification settings - Fork 35
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
CU862j2cj0p Password Reset via Email #172
Conversation
Task linked: CU-862j2cj0p Password reset email forms |
The original commit had more in the front end than required as this can be done with default django forms. I've since added this functionality. Reset password is now found at A reset link is sent out to a valid email address where users choose their new password. The only additional change will be how do we set the email address, password, and server info:
This is what is set currently, as I've tested on gmail (and since removed password). We could have a global medcat / cogstack email, or encourage users to set up their own |
…tack/MedCATtrainer into CU-862j2cj0p-password-reset
…tack/MedCATtrainer into CU-862j2cj0p-password-reset
…tack/MedCATtrainer into CU-862j2cj0p-password-reset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great stuff - lgtm
Only the frontend changes have been done via
Login.vue
.Backend changes to be added when complete.