summaryrefslogtreecommitdiff
path: root/tests/auth_tests
AgeCommit message (Expand)Author
2018-08-17Fixed #29686 -- Made UserAdmin.user_change_password() pass user to has_change...Alexander Todorov
2018-08-05Fixed #29616 -- Fixed createsuperuser for user models that don't have a passw...Josh Schneier
2018-08-04Fixed #29628 -- Made createsuperuser validate password against username and r...Josh Schneier
2018-07-02Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...Tim Graham
2018-06-20Refs #27398 -- Simplified some tests with assertRedirects().Tim Graham
2018-06-20Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...Jan Pieter Waagmeester
2018-06-07Added a missing test for createsuperuser management command.Hasan Ramezani
2018-06-03Fixed #10827 -- Ensured ContentTypes are created before permission creation.Claude Paroz
2018-05-29Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noi...Dohyeon Kim
2018-05-27Added test for createsuperuser's handling of KeyboardInterrupt.Hasan Ramezani
2018-05-17Increased the default PBKDF2 iterations for Django 2.2.Tim Graham
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-13Increased the default PBKDF2 iterations for Django 2.1.Tim Graham
2018-05-07Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz
2018-04-19Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...Nick Pope
2018-04-04Added additional AdminPasswordChangeForm tests.Mads Jensen
2018-03-29Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.Malte Gerth
2018-03-28Fixed #29258 -- Added type checking for login()'s backend argument.Abeer Upadhyay
2018-03-22Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-03-15Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...Mattia Procopio
2018-03-02Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username...Christophe Mehay
2018-02-26Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.Tim Graham
2018-02-21Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_l...Mikhail Porokhovnichenko
2018-02-16Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.Dylan Verheul
2018-02-07Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham
2018-02-01Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham
2018-01-05Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...shanghui
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2018-01-03Fixed #28984 -- Made assorted code simplifications.Tim Graham
2018-01-02Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.Alvin Lindstam
2017-11-08Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...shanghui
2017-11-06Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-11-03Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.Tom
2017-11-03Improved technique for matching input prompts in contrib.auth management tests.Tim Graham
2017-10-23Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a ...Jon Dufresne
2017-10-20Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...Lucas Connors
2017-10-20Refs #19130 -- Added a test for AuthenticationForm.username max_length.Lucas Connors
2017-10-14Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating ge...Yuri Kaszubowski Lopes
2017-10-09Fixed #28591 -- Added an error message for createsuperuser --username= (blank).Hasan Ramezani
2017-09-29Completed test coverage for BasePasswordHasher.Mads Jensen
2017-09-29Moved BasePasswordHasher tests to its own test case.Mads Jensen
2017-09-28Completed test coverage for AnonymousUser.Mads Jensen
2017-09-28Moved AnonymousUser tests to its own test case.Mads Jensen
2017-09-26Added a test for PermWrapper.__iter__().Mads Jensen
2017-09-25Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day l...Tim Graham
2017-09-22Refs #25187 -- Required the authenticate() method of authentication backends ...Tim Graham
2017-09-22Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_t...Tim Graham
2017-09-22Refs #17209 -- Removed login/logout and password reset/change function-based ...Tim Graham
2017-09-09Fixed some comments referring to a nonexistent TestClient class.Luoxzhg