summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
2015-05-22Fixed typo in docs/topics/auth/default.txtTim Graham
2015-05-21Enhanced registration/login.html example template.Laurent Peuch
2015-05-13Fixed #24789 -- Fixed wrong positional args order in doc exampleCharles Dee Rice
2015-05-11Fixed #24780 -- Removed outdated discussion of signals and custom users.Tim Graham
2015-05-05Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be use...Dan Watson
2015-04-07Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for cust...Tim Graham
2015-04-07Fixed #22993 -- Deprecated skipIfCustomUser decoratorChristopher Luc
2015-04-06Added admonition about reusable apps and AUTH_USER_PROFILE.Thomas Güttler
2015-04-03Fixed #24556 -- Added reminder about HTTPS to passwords docs.Sam Thursfield
2015-03-28Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham
2015-03-24Fixed #24501 -- Improved auth.decorators.user_passes_test() example.Matt Seymour
2015-03-13Fixed #24253 -- Documented staff_member_required decorator.Andrei Kulakov
2015-03-13Refs #23559 -- warned about consequences of letting users edit User model in ...Remco Kranenburg
2015-03-08Fixed #21661 -- Expanded authentication views documentationRik
2015-03-05Stressed authentication should be successful before logging in a user.Marten Kenbeek
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
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
2014-06-19Fixed #22874: Document that AUTH_USER_MODEL must be in first migrationAndrew Godwin
2014-06-17Fixed #22853: Swapped models are now ignored for migration operations.Andrew Godwin
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-10Fixed #17431 -- Added send_mail() method to PasswordResetForm.Jorge C. Leitão
2014-06-10Corrected some indentation in docs/topics/auth/default.txt.Tim Graham
2014-05-17Fixed #22647 -- Documented redirect_field_name keyword argument for user_pass...Víðir Valberg Guðmundsson
2014-05-16Fixed #15716 - Authentication backends can short-circuit authorization.Jorge C. Leitão
2014-04-22Updated grammar in description of django.contrib.auth.Ray Ashman
2014-04-17Stray parenAlex Gaynor
2014-04-17Include an 'extra_requires' for bcryptAlex Gaynor
2014-04-16Added a note regarding django.contrib.auth.authenticate.Tim Graham
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-17Fixed #22006 -- Documented how to write a login_required mixin for CBVs.Tim Graham
2014-03-10Fixed #21875 -- Clarified that get_user_model() only works at run time.Aymeric Augustin
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon