-
Notifications
You must be signed in to change notification settings - Fork 195
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
updated signup, login and added pwreset API #880
Conversation
Thank you for the pull request!The activist team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :) If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Development rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you! Maintainer checklist
|
✅ Deploy Preview for activist-org canceled.
|
<p>Hi {{username}},</p> | ||
<p>We have received a request to reset your password. To proceed with the password reset, please click on the link below:</p> | ||
<p><a href={{pwreset_link}}>Reset Password</a></p> | ||
<p>If you did not request a password reset, please ignore this email.</p> |
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.
We could do "If you did not request a password reset, then it's safe to ignore this email."
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.
Contributor checklist
Description
I made some changes to the account related API:
The email backend settings is only for development.
I have done initial manual testing, but the automated tests for login and signup need to be adjusted. Also password reset tests need to be added.
Related issue