summaryrefslogtreecommitdiff
path: root/docs/authentication.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-14Fixed #6941 -- When logging a user out, or when logging in with an existingMalcolm Tredinnick
2008-07-22Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, u...Adrian Holovaty
2008-07-21Refs #7864 -- Updates to documentation for the oldforms/newforms switch.Gary Wilson Jr
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-06-12Various documentation edits from the past few changesetsAdrian Holovaty
2008-06-08Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.Jacob Kaplan-Moss
2008-03-30Fixed #6927: Corrected documentation describing when and why the auth applica...James Bennett
2008-03-14Fixed #6455 -- Updated link to The Django Book in authentication docs, thanks...Gary Wilson Jr
2008-03-12Fixed #6753 -- Corrected typo in authentication docs, thanks piem@piem.org an...Gary Wilson Jr
2007-12-17Fixed #6174 -- Documentation fix for [6912]. Pointed out by Russell Cloran.Malcolm Tredinnick
2007-12-04Edited docs/authentication.txt changes from [6805]Adrian Holovaty
2007-12-01Fixed #3483: Documented AUTH_PROFILE_MODULE and custom user profilesJames Bennett
2007-12-01Fixed #4819: documented the need to call authenticate() before login(), based...James Bennett
2007-11-29Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris.Malcolm Tredinnick
2007-09-19Made some small edits to docs/authentication.txt changes from [6375]Adrian Holovaty
2007-09-19Fixed $5457 - the auth system now delegates permission checking to auth backe...Jacob Kaplan-Moss
2007-09-15Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser...Malcolm Tredinnick
2007-09-15Fixed #4888 -- Fixed small confusion in docs/authentication.txt. Thanks, Piot...Adrian Holovaty
2007-09-14Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,...Adrian Holovaty
2007-09-03Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20....Adrian Holovaty
2007-08-14Changed django.contrib.auth.views.login to use RequestSite if the sites frame...Adrian Holovaty
2007-08-11Fixed #4611 -- Removed "new in development version" annotation for the permis...Malcolm Tredinnick
2007-08-06Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.tx...Adrian Holovaty
2007-07-29Added 'New in Django development version' to changes in docs/authentication.t...Adrian Holovaty
2007-07-28After discussing with Malcolm, added set_unusable_password() and has_usable_p...Simon Willison
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
2007-06-25Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Tha...Malcolm Tredinnick
2007-06-18Updated documentation for User.objects.make_random_password, fixingLuke Plant
2007-06-10Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@labs.it.Malcolm Tredinnick
2007-04-26Added note about Django development version to docs/authentication.txt change...Adrian Holovaty
2007-04-25Fixed #3316 -- Added support for crypt hashing of passwords, mostly to supportMalcolm Tredinnick
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2007-04-24Fixed #4133 -- Fixed broken links in docs. Thanks, Gary WilsonAdrian Holovaty
2007-02-28Removed a stray colon in authentication.txt.Jacob Kaplan-Moss
2007-02-27Fixed #3039: corrected example code in authentication.txt. Thanks, Ubernostrum.Jacob Kaplan-Moss
2007-02-26Fixed #834: Added documentation of the built-in authentication views. Thanks,...Jacob Kaplan-Moss
2007-02-25Fixed #3504: fixed a missing "self" in the authentication docs. Thanks, Rober...Jacob Kaplan-Moss
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2006-11-02Fixes #2971 -- Fixed inor typo in example in authentication documentation. Th...Russell Keith-Magee
2006-09-30Fixed typo in r3885.Russell Keith-Magee
2006-09-30Clarified documentation to indicate that authenticating a user doesn't imply ...Russell Keith-Magee
2006-09-29Disabled access to the admin site for inactive accounts, and clarified docume...Russell Keith-Magee
2006-09-25Fixed typos and improved documentation for permission_required decorator addi...Adrian Holovaty
2006-09-22Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris.Malcolm Tredinnick
2006-09-22Fixed #2629 -- Added a permission_required decorator toMalcolm Tredinnick
2006-09-11Fixed #2687 -- Fixed bug in docs/authentication.txt. Thanks, Collin GradyAdrian Holovaty
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-07-03Proofread newest changes to docs/authentication.txtAdrian Holovaty
2006-07-02Small cleanups to docs/authentication.txt, but still not properly reworded/pr...Adrian Holovaty