healthchecks_healthchecks/hc/accounts/tests
Pēteris Caune e3cbe79f57
Update CustomHeaderMiddleware to normalize email addresses to lower case
Also add a data migration to normalize any already existing user
accounts with non-lower-case email addresses too.

Fixes: #1074
2024-10-24 13:22:37 +03:00
..
__init__.py Tests for hc.accounts 2015-08-18 20:33:02 +03:00
test_add_project.py Improve type hints 2023-08-29 17:52:20 +03:00
test_add_totp.py Improve type hints 2023-08-29 17:52:20 +03:00
test_add_webauthn.py Add logging for failed webauthn key registrations 2023-11-17 16:06:39 +02:00
test_admin.py Update admin to use format_html instead of string interpolation 2023-10-06 13:54:15 +03:00
test_change_email_verify.py Improve type hints 2023-08-29 17:52:20 +03:00
test_change_email.py Fix type warnings 2023-09-03 09:04:38 +03:00
test_check_token.py Improve type hints 2023-08-29 17:52:20 +03:00
test_close_account.py Remove unused bits 2024-10-04 17:34:30 +03:00
test_createsuperuser.py Improve type hints 2023-08-29 17:52:20 +03:00
test_login_totp.py Improve type hints 2023-08-29 17:52:20 +03:00
test_login_webauthn.py Improve type hints 2023-08-29 17:52:20 +03:00
test_login.py Fix Sign In page to hide "Email Link" option if SMTP is not configured 2024-05-10 11:04:21 +03:00
test_notifications.py Improve type hints 2023-08-29 16:51:22 +03:00
test_profile_model.py Fix type warnings 2023-09-03 09:04:38 +03:00
test_profile.py Improve type hints 2023-08-29 17:52:20 +03:00
test_project_model.py Improve type hints 2023-09-05 13:31:59 +03:00
test_project.py Add a test for #930 2023-12-18 15:58:04 +02:00
test_pruneusers.py Improve type hints 2023-08-29 17:52:20 +03:00
test_remote_user_header_login.py Update CustomHeaderMiddleware to normalize email addresses to lower case 2024-10-24 13:22:37 +03:00
test_remove_credential.py Improve type hints 2023-08-29 17:52:20 +03:00
test_remove_project.py Improve type hints 2023-08-29 17:52:20 +03:00
test_remove_totp.py Improve type hints 2023-08-29 17:52:20 +03:00
test_senddeletionscheduled.py Fix type warnings 2023-09-03 09:04:38 +03:00
test_sendinactivitynotices.py Fix type warnings 2023-09-03 09:04:38 +03:00
test_set_password.py Improve type hints 2023-08-29 17:52:20 +03:00
test_signup_csrf.py Improve type hints 2023-08-29 17:52:20 +03:00
test_signup.py Change the signup flow to accept registered users 2024-03-15 17:30:06 +02:00
test_sudo_mode.py Improve type hints 2023-08-29 17:52:20 +03:00
test_team_access_middleware.py Improve type hints 2023-08-29 17:52:20 +03:00
test_transfer_project.py Improve type hints 2023-08-29 17:52:20 +03:00
test_unsubscribe_reports.py Improve type hints 2023-08-29 17:52:20 +03:00