summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
2016-11-28[1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Tim Graham
2016-11-24[1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Alex Scott
2016-11-23[1.10.x] Normalized casing of "custom user model".Tim Graham
2016-11-23[1.10.x] Fixed #24370 -- Recommended starting with a custom user model.Krzysztof Gogolewski
2016-10-18[1.10.x] Fixed #27352 -- Doc'd social media fingerprinting consideration with...Markus Holtermann
2016-10-04[1.10.x] Fixed #27292 -- Removed unnecessary password assignment in auth back...Tim Graham
2016-09-30[1.10.x] Fixed #27294 -- Documented UserCreationForm's fields.Lewis Cowles
2016-09-23[1.10.x] Simplified has_perm() example in topics/auth/customizing.txt.Berker Peksag
2016-09-17[1.10.x] Fixed a typo in docs/topics/auth/default.txt.aruseni
2016-08-19[1.10.x] Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.Tim Graham
2016-08-11[1.10.x] Clarified session verification with respect to the current session.Tim Graham
2016-08-10[1.10.x] Fixed #26957 -- Corrected authenticate() docs regarding User.is_active.an0o0nym
2016-08-10[1.10.x] Fixed #27045 -- Documented that AUTH_PASSWORD_VALIDATORS aren't appl...Tim Graham
2016-07-04[1.10.x] Fixed a typo in auth docs.Jiang Haiyun
2016-06-27[1.10.x] Added missing trailing '$' to url() patterns in docs.Ramiro Morales
2016-06-21[1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseU...Tim Graham
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-03[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-27[1.10.x] Fixed #26635 -- Clarified Argon2PasswordHasher's memory_cost differs...Bas Westerbaan
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-05-14Used 'classmethod' annotation in docs/topics/auth/customizing.txtTim Graham
2016-04-18Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the perm...Tim Graham
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-03-21Fixed #26392 -- Corrected login_required/permission_required stacking example.Tim Graham
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-01Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner
2016-02-25Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong
2016-02-24Fixed a function signature in docs/topics/auth/default.txt.Tim Graham
2016-02-22Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham
2016-02-23Fixed spelling errorMarkus Holtermann
2016-02-22Fixed #26188 -- Documented how to wrap password hashers.Tim Graham
2016-02-22Fixed import location of check_password() in docs.Daniel Quinn
2016-02-17Refs #19353 -- Added tests for using custom user models with built-in auth fo...Berker Peksag
2016-02-04Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera
2016-02-02Refs #26089 -- Removed obsolete docs about custom user model testing.Tim Graham
2016-02-01Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-07Fixed #24855 -- Allowed using contrib.auth.login() without credentials.Paulo Poiati
2015-12-08Fixed user_passes_test() signature in docs.Gavin Wahl
2015-12-08Fixed #25895 -- Used a consistent style for UserAdmin overrides.Tim Graham
2015-12-05Removed deprecated usage of url tag from auth docs.Florian Apolloner
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-02Updated link to 1000 common passwords.Eliezer Kanal
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-12Fixed #25744 -- Corrected reference to User object in auth docs.Anderson Resende
2015-11-12Fixed #25169 -- Documented stacking of permission_required and login_required.Bryan Marty
2015-11-03Fixed typo in docs/topics/auth/default.txt.japrogramer