summaryrefslogtreecommitdiff
path: root/tests/auth_tests
AgeCommit message (Expand)Author
2020-10-22[3.1.x] Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak
2020-08-04[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-05-14[3.1.x] Fixed #31575 -- Added system check for admin sidebar request context ...Jon Dufresne
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-05-01Removed unnecessary inner methods in CreatesuperuserManagementCommandTestCase.François Freitag
2020-04-29Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-20Disabled management commands output with verbosity 0 in various tests.François Freitag
2020-04-20Removed unnecessary capturing of stdout/stderr in auth_tests.test_management.François Freitag
2020-03-31Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes o...Hasan Ramezani
2020-03-31Refs #31375 -- Added test for contrib.auth.hashers.make_password() bytes supp...Hasan Ramezani
2020-03-16Fixed #31361 -- Fixed invalid action="" in admin forms.Jon Dufresne
2020-03-12Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_timeout failures.Mariusz Felisiak
2020-02-26Fixed #28699 -- Fixed CSRF validation with remote user middleware.Colton Hicks
2020-02-26Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check.aryan
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2020-02-12Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.Claude Paroz
2020-02-12Removed unnecessary token regex in auth_tests URLs.Claude Paroz
2020-02-07Used assertRaisesMessage() in various tests.Hasan Ramezani
2020-01-30Replaced assertWarns() with SimpleTestCase.assertWarnsMessage() in tests.Hasan Ramezani
2020-01-29Made token tests in auth_tests use assertIs() rather than assertTrue/False().Jon Dufresne
2020-01-23Fixed #31200 -- Added system checks for permissions codenames max length.Michael Mulholland
2020-01-20Refs #31117 -- Made various tests properly handle unexpected databases aliases.Matthijs Kooijman
2020-01-03Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.Mariusz Felisiak
2019-12-18Fixed CVE-2019-19844 -- Used verified user email for password reset requests.Simon Charette
2019-12-10Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...Baptiste Mispelon
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-11-29Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...Mariusz Felisiak
2019-11-18Replaced encode() usage with bytes literals.Jon Dufresne
2019-11-13Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_10265 failures.Mariusz Felisiak
2019-11-13Moved MockedPasswordResetTokenGenerator outside of TokenGeneratorTest.test_ti...Mariusz Felisiak
2019-10-23Added tests for middlewares' checks.Sergey Fedoseev
2019-09-20Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...Hasan Ramezani
2019-09-18Fixed #30776 -- Restored max length validation on AuthenticationForm.Username...Sam Reynolds
2019-09-12Increased the default PBKDF2 iterations for Django 3.1.Carlton Gibson
2019-09-10Refs #30037 -- Required the RemoteUserBackend.configure_user() to have reques...Mariusz Felisiak
2019-08-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-29Converted auth test to use subTest().Carlton Gibson
2019-08-26Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani
2019-07-02Fixed #27801 -- Made createsuperuser fall back to environment variables for p...Hasan Ramezani
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-14Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana
2019-06-10Fixed #30556 -- Avoided useless query and hasher call in ModelBackend.authent...Aymeric Augustin
2019-06-07Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.Hasan Ramezani
2019-06-05Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort
2019-06-05Fixed #30226 -- Added BaseBackend for authentication.Tobias Bengfort
2019-05-27Refs #24944 -- Added test for overriding domain in email context in PasswordR...Mattia Procopio
2019-05-24Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...Rob