-
Notifications
You must be signed in to change notification settings - Fork 79
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
Send an email when a user updates their password #947
Labels
Comments
michplunkett
changed the title
We should send an email when someone has updated their password
Send an email when a user updates their password
Jun 29, 2023
3 tasks
3 tasks
michplunkett
added a commit
that referenced
this issue
Jul 17, 2023
## Fixes issue #947 ## Description of Changes Added an email action that lets the user know that their password has changed and added validation that emails were being sent in the tests. ## Notes for Deployment - The `OO_ADMIN_EMAIL` environment variable needs to be added to the production `.env` file. ## Screenshots (if appropriate) <img width="1074" alt="Screenshot 2023-07-13 at 1 44 06 PM" src="https://github.com/lucyparsons/OpenOversight/assets/5885605/1d0195db-b8fb-4e96-8f20-945a8b0633e7"> ## Tests and linting - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
sea-kelp
pushed a commit
to OrcaCollective/OpenOversight
that referenced
this issue
Sep 6, 2023
lucyparsons#947 Added an email action that lets the user know that their password has changed and added validation that emails were being sent in the tests. - The `OO_ADMIN_EMAIL` environment variable needs to be added to the production `.env` file. <img width="1074" alt="Screenshot 2023-07-13 at 1 44 06 PM" src="https://github.com/lucyparsons/OpenOversight/assets/5885605/1d0195db-b8fb-4e96-8f20-945a8b0633e7"> - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
sea-kelp
pushed a commit
to OrcaCollective/OpenOversight
that referenced
this issue
Sep 25, 2023
lucyparsons#947 Added an email action that lets the user know that their password has changed and added validation that emails were being sent in the tests. - The `OO_ADMIN_EMAIL` environment variable needs to be added to the production `.env` file. <img width="1074" alt="Screenshot 2023-07-13 at 1 44 06 PM" src="https://github.com/lucyparsons/OpenOversight/assets/5885605/1d0195db-b8fb-4e96-8f20-945a8b0633e7"> - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
sea-kelp
pushed a commit
to OrcaCollective/OpenOversight
that referenced
this issue
Oct 5, 2023
lucyparsons#947 Added an email action that lets the user know that their password has changed and added validation that emails were being sent in the tests. - The `OO_ADMIN_EMAIL` environment variable needs to be added to the production `.env` file. <img width="1074" alt="Screenshot 2023-07-13 at 1 44 06 PM" src="https://github.com/lucyparsons/OpenOversight/assets/5885605/1d0195db-b8fb-4e96-8f20-945a8b0633e7"> - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
AetherUnbound
pushed a commit
to OrcaCollective/OpenOversight
that referenced
this issue
Oct 9, 2023
lucyparsons#947 Added an email action that lets the user know that their password has changed and added validation that emails were being sent in the tests. - The `OO_ADMIN_EMAIL` environment variable needs to be added to the production `.env` file. <img width="1074" alt="Screenshot 2023-07-13 at 1 44 06 PM" src="https://github.com/lucyparsons/OpenOversight/assets/5885605/1d0195db-b8fb-4e96-8f20-945a8b0633e7"> - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What issue are you seeing?
Currently, if updates their password in the application outside of the flow of "forgetting their password" they are notified via an email. This is leaves open the possibility that someone's password gets leaked, their password gets changed, and they aren't made aware.
The text was updated successfully, but these errors were encountered: