summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
2016-02-29[1.8.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-02-24[1.8.x] Fixed a function signature in docs/topics/auth/default.txt.Tim Graham
2016-02-23[1.8.x] Fixed #26188 -- Documented how to wrap password hashers.Tim Graham
2016-02-22[1.8.x] Fixed import location of check_password() in docs.Daniel Quinn
2016-02-02[1.8.x] Refs #26089 -- Removed obsolete docs about custom user model testing.Tim Graham
2015-12-08[1.8.x] Fixed user_passes_test() signature in docs.Gavin Wahl
2015-12-08[1.8.x] Fixed #25895 -- Used a consistent style for UserAdmin overrides.Tim Graham
2015-11-12[1.8.x] Fixed #25744 -- Corrected reference to User object in auth docs.Anderson Resende
2015-11-12[1.8.x] Fixed #25169 -- Documented stacking of permission_required and login_...Bryan Marty
2015-11-03[1.8.x] Fixed typo in docs/topics/auth/default.txt.japrogramer
2015-09-28[1.8.x] Documented auth's login/logout function parameters.Tim Graham
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
2015-08-05[1.8.x] Fixed #25229 -- Clarified how an iterable works with @permission_requ...Tim Graham
2015-08-04[1.8.x] Fixed password_reset signature in docsAlasdair Nicol
2015-07-27[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...Tim Graham
2015-07-25[1.8.x] Fixed #25166 -- Clarified how auth permissions are created.Tim Graham
2015-07-21[1.8.x] Normalized indentation and line lengths in docs/topics/auth/default.txt.Tim Graham
2015-07-10[1.8.x] Fixed #25083 -- Added SessionAuthenticationMiddleware to auth install...Nick Sweeting
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-17[1.8.x] Removed usage of string-based url() in auth docs.Tim Graham
2015-05-27[1.8.x] Removed unused import in example code in docs/topics/auth/default.txtKevin Marsh
2015-05-22[1.8.x] Fixed typo in docs/topics/auth/default.txtTim Graham
2015-05-21[1.8.x] Enhanced registration/login.html example template.Laurent Peuch
2015-05-13[1.8.x] Fixed #24789 -- Fixed wrong positional args order in doc exampleCharles Dee Rice
2015-05-11[1.8.x] Fixed #24780 -- Removed outdated discussion of signals and custom users.Tim Graham
2015-04-07[1.8.x] Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK ...Tim Graham
2015-04-06[1.8.x] Added admonition about reusable apps and AUTH_USER_PROFILE.Thomas Güttler
2015-04-03[1.8.x] Fixed #24556 -- Added reminder about HTTPS to passwords docs.Sam Thursfield
2015-03-28[1.8.x] Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham
2015-03-24[1.8.x] Fixed #24501 -- Improved auth.decorators.user_passes_test() example.Matt Seymour
2015-03-13[1.8.x] Refs #23559 -- warned about consequences of letting users edit User m...Remco Kranenburg
2015-03-08[1.8.x] Fixed #21661 -- Expanded authentication views documentationRik
2015-03-05[1.8.x] Stressed authentication should be successful before logging in a user.Marten Kenbeek
2015-01-01Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-05Fixed #23957 -- Started deprecation toward requiring session verification.Tim Graham
2014-11-27Fixed #23847 -- Improved the email_check example in the auth documentation.Berker Peksag
2014-11-15Fixed #23793 -- Clarified password reset behavior in auth docsYigit Guler
2014-10-27Fixed documentation of make_password kwargs.Ilya Baryshev
2014-08-31Removed sentence from docs about migrate prompting to add a superuser.Michael Angeletti
2014-08-23Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().Tim Graham
2014-08-19Removed unnecessary code-block directives.areski
2014-08-19Fixed #23314 -- Tempered recommendation of storing profile data on custom user.Tim Graham
2014-08-13Refs #23276 -- Added missing url() in some places.Collin Anderson
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-30Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-08Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD s...Anubhav Joshi
2014-07-03Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.Anubhav Joshi
2014-07-01Fixed #22932: Documented circular dependency issues with swappable userAndrew Godwin