summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
2013-03-23Fixed #20119 -- Fixed typo in auth docsClaude Paroz
2013-03-22Added missing markup to docs.Tim Graham
2013-02-24Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath
2013-02-23Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-02-20Fixed #19868 -- Clarified purpose of custom user examplePreston Holmes
2013-02-19Updated a couple admonitions to use the warning directive.Tim Graham
2013-02-16Refs #14881 -- Document that User models need to have an integer primary key.Russell Keith-Magee
2013-02-15Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...Russell Keith-Magee
2013-02-06Fixed #19743 - Documented some limitations of contrib.auth.Tim Graham
2013-02-03Fixed a typo in docs/topics/auth/customizing.txtTim Graham
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-18Fixed #19628 - Noted that app for custom user model must be in INSTALLED_APPSTim Graham
2013-01-18Fixed #19632 -- Bug in code sample.Aymeric Augustin
2013-01-15Fixed #19614 -- Missing request argument in render call.Aymeric Augustin
2013-01-04Fixed #19562 -- cleaned up password storage docsPreston Holmes
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-02Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes