summaryrefslogtreecommitdiff
path: root/docs/topics/auth
Commit message (Expand)AuthorAgeFilesLines
* Used extlinks for PyPI links.Tim Graham2023-04-172-6/+3
* Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock2023-03-081-0/+7
* Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen2023-03-071-0/+15
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-013-143/+188
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-282-3/+10
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-102-5/+17
* Fixed typo in docs/topics/auth/passwords.txt.fschwebel2023-01-301-1/+1
* Refs #15619 -- Removed support for logging out via GET requests.Mariusz Felisiak2023-01-171-5/+0
* Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...Paul Schilling2022-12-291-2/+13
* Fixed #34187 -- Made UserCreationForm save many-to-many fields.sdolemelipone2022-11-292-0/+10
* Doc's check_password()'s setter and preferred arguments.Mariusz Felisiak2022-11-281-5/+9
* Fixed #34154 -- Made mixin headers consistent in auth docs.Tony Lechner2022-11-141-2/+2
* Improved readability of string interpolation in frequently used examples in d...Trey Hunner2022-11-101-1/+1
* Fixed #34056 -- Updated the list of common passwords for CommonPasswordValida...Paolo Melchiorre2022-09-281-1/+6
* Fixed #34017 -- Doc'd that Argon2id variant is used by Argon2PasswordHasher.Ritik Soni2022-09-171-2/+3
* Fixed #34019 -- Removed obsolete references to "model design considerations" ...DevilsAutumn2022-09-171-5/+4
* Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega2022-08-302-20/+20
* Refs #33691 -- Deprecated insecure password hashers.Claude Paroz2022-07-231-26/+19
* Fixed #33764 -- Deprecated BaseUserManager.make_random_password().Ciaran McCormick2022-06-031-0/+2
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-311-3/+3
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-172-8/+0
* Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.Mariusz Felisiak2022-05-111-2/+0
* Removed hyphen from pre-/re- prefixes.David2022-04-281-2/+2
* Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot2022-04-011-1/+1
* Fixed #15619 -- Deprecated log out via GET requests.René Fleschenberg2022-03-291-2/+12
* Fixed #30360 -- Added support for secret key rotation.tschilling2022-02-011-2/+3
* Fixed #33443 -- Clarified when PasswordResetView sends an email.Brad Solomon2022-01-171-11/+14
* Clarified how contrib.auth picks a password hasher for verification.Adam Johnson2022-01-131-6/+10
* Fixed malformed attribute directives in docs.David2022-01-051-1/+1
* Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...Florian Apolloner2022-01-041-4/+10
* Avoided counting attributes and methods in docs.Mariusz Felisiak2021-12-281-2/+2
* Changed signatures of setting_changed signal receivers.Adam Johnson2021-12-171-2/+2
* Improved wording in password validators docs and docstrings.Adam Johnson2021-12-131-4/+4
* Refs #33207 -- Clarified that AUTH_USER_MODEL expects an app label.Mariusz Felisiak2021-10-191-3/+3
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-202-9/+0
* Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall2021-08-171-1/+1
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-292-3/+3
* Fixed #32275 -- Added scrypt password hasher.ryowright2021-07-221-0/+68
* Clarified docs about increasing the work factor for bcrypt hasher.yyyyyyyan2021-05-201-2/+8
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-171-3/+3
* Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.ThinkChaos2021-02-081-2/+19
* Used .. attribute:: directive in authentication views docs.Mariusz Felisiak2021-02-081-110/+184
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-142-8/+0
* Fixed #31358 -- Increased salt entropy of password hashers.Jon Moroney2021-01-141-0/+20
* Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.Timo Ludwig2020-12-031-7/+8
* Added note about password updates on argon2 attributes change.Roy Zheng2020-08-111-2/+2
* Used :mimetype: role in various docs.Nick Pope2020-05-131-2/+2
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-132-14/+0
* Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak2020-04-291-0/+4
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-282-3/+4