Send an e-mail when a user's password has changed
Review Request #8815 — Created March 14, 2017 and submitted
We now can optionally send an e-mail notification when a user's password
changes. Whether or not this is enabled is via a SiteConfiguration
settings (defaulting to disbaled), which has been added to the e-mail
settings form im the administration panel.
- Previewed the e-mails.
- Changed my password and saw the e-mail go out in the console.
Tool: Pyflakes Processed Files: reviewboard/admin/siteconfig.py reviewboard/admin/forms.py reviewboard/accounts/views.py reviewboard/accounts/urls.py reviewboard/accounts/forms/pages.py reviewboard/notifications/email.py Ignored Files: reviewboard/templates/notifications/password_changed.html reviewboard/templates/notifications/password_changed.txt Tool: PEP8 Style Checker Processed Files: reviewboard/admin/siteconfig.py reviewboard/admin/forms.py reviewboard/accounts/views.py reviewboard/accounts/urls.py reviewboard/accounts/forms/pages.py reviewboard/notifications/email.py Ignored Files: reviewboard/templates/notifications/password_changed.html reviewboard/templates/notifications/password_changed.txt