django/tests/auth_tests
Mariusz Felisiak 05ba4130ee Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.
Thanks MProgrammer (https://hackerone.com/mprogrammer) for the report.
2023-11-01 06:10:30 +01:00
..
fixtures Converted test fixtures to setUpTestData methods 2015-03-05 10:10:32 +11:00
models Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints. 2022-04-01 11:39:41 +02:00
templates Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
__init__.py Moved contrib.auth tests out of contrib. 2015-02-11 10:19:22 -05:00
backend_alias.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
client.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
common-passwords-custom.txt Fixed #16860 -- Added password validation to django.contrib.auth. 2015-06-07 19:31:20 +02:00
settings.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_admin_multidb.py Fixed various tests on MySQL with MyISAM storage engine. 2022-04-18 07:05:52 +02:00
test_auth_backends.py Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients. 2023-06-27 11:17:17 +02:00
test_basic.py Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients. 2023-06-27 11:17:17 +02:00
test_checks.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_context_processors.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_decorators.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_forms.py Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. 2023-11-01 06:10:30 +01:00
test_handlers.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_hashers.py Increased the default PBKDF2 iterations for Django 5.1. 2023-09-18 22:12:40 +02:00
test_management.py Fixed #34542 -- Made createsuperuser handle required blank fields in non-interactive mode. 2023-08-08 09:26:28 +02:00
test_middleware.py Fixed #31920 -- Made AuthenticationMiddleware add request.auser(). 2023-03-07 13:11:22 +01:00
test_migrations.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_mixins.py Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
test_models.py Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation timeline. 2023-09-18 22:12:40 +02:00
test_remote_user.py Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
test_signals.py Fixed #15619 -- Deprecated log out via GET requests. 2022-03-29 06:42:14 +02:00
test_templates.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_tokens.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_validators.py Removed unnecessary trailing commas in tests. 2023-08-22 12:42:57 +02:00
test_views.py Defined PASSWORD_HASHERS for auth_tests.test_views.ChangelistTests. 2023-09-20 05:35:49 +02:00
urls.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
urls_admin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls_custom_user_admin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00