index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
auth
Age
Commit message (
Expand
)
Author
2015-01-01
[1.6.x] Removed doc note about PasswordResetForm requiring an integer PK.
Tim Graham
2014-11-15
[1.6.x] Fixed #23793 -- Clarified password reset behavior in auth docs
Erik Romijn
2014-10-27
[1.6.x] Fixed documentation of make_password kwargs.
Ilya Baryshev
2014-08-19
[1.6.x] Fixed #23314 -- Tempered recommendation of storing profile data on cu...
Tim Graham
2014-07-30
[1.6.x] Fixed #23132 -- Removed confusing clause in auth docs.
Tim Graham
2014-07-21
[1.6.x] Replaced instances of 'his/her' with 'their'.
Iain Dawson
2014-05-17
[1.6.x] Fixed #22647 -- Documented redirect_field_name keyword argument for u...
Víðir Valberg Guðmundsson
2014-05-06
[1.6.x] Fixed #22585 -- Fixed typo in topics/auth/customizing.txt.
Tim Graham
2014-04-22
[1.6.x] Updated grammar in description of django.contrib.auth.
Ray Ashman
2014-04-16
[1.6.x] Added a note regarding django.contrib.auth.authenticate.
Tim Graham
2014-03-02
[1.6.x] Fixed some typos in the documentation.
Baptiste Mispelon
2014-02-19
[1.6.x] Fixed #22093 -- Made Form.Meta.fields examples consistent.
Tim Graham
2014-01-22
[1.6.x] Fixed #20834 -- Described how caching of user permissions works.
Tim Graham
2014-01-22
[1.6.x] Fixed #21726 -- Clarified that password should not be included in REQ...
Tim Graham
2014-01-16
[1.6.x] Fixed #21727 -- Added some links to help clarify topics/auth/default.txt
Tim Graham
2014-01-04
[1.6.x] Fixed #21730 -- Removed superfluous db_index in custom auth docs
Claude Paroz
2013-11-07
[1.6.x] Removed no longer relevant word
Sylvain Bellemare
2013-11-01
[1.6.x] Fixed typo -- "a" user, not "an" user
Sylvain Bellemare
2013-10-30
[1.6.x] Fixed #21294 -- Clarified the logout next_page argument.
Tim Graham
2013-10-25
[1.6.x] Fixed #21325 -- Added missing argument to permission_required decorator.
Tim Graham
2013-10-21
[1.6.x] Added docs for the hasher's iteration count changes.
Tim Graham
2013-10-09
[1.6.x] Fixed grammar/typos in auth customization docs
Claude Paroz
2013-10-08
[1.6.x] Fixed #21164 -- Added documentation for issue with test users.
Russell Keith-Magee
2013-09-25
[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.
Tim Graham
2013-09-06
[1.6.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDS
Tim Graham
2013-08-04
[1.6.x] Fixed #20855 -- Added documentation of current_app and extra_context ...
Justin Michalicek
2013-07-18
[1.6.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...
Tim Graham
2013-07-14
[1.6.x] Fixed grammatical error in auth docs
David Binetti
2013-07-11
[1.6.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.
Tim Graham
2013-07-05
[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-04
[1.6.x] Fixed #20134 -- Correct list of fields that UserManager requires.
Tim Graham
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-19
Fixed broken reference in documentation.
Baptiste Mispelon
2013-06-18
Fixed #20593 -- Allow blank passwords in check_password() and set_password()
Erik Romijn
2013-05-29
Don't hard-code class names when calling static methods
Gavin Wahl
2013-05-19
Fixed some line wrapping, refs #20233
Tim Graham
2013-05-19
refs #20233 - Full custom user model example isn't really full
postrational
2013-05-17
Fixed #20426 -- Added some extra info to the auth forms.
Florian Apolloner
2013-05-13
Recommend using the bcrypt library instead of py-bcrypt
Donald Stufft
2013-05-11
Update customizing.txt
zhongqi
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-26
Fix a missing " character in the password documentation
Donald Stufft
2013-03-26
Fixed #20138 -- Added BCryptSHA256PasswordHasher
Donald Stufft
2013-03-23
Fixed #20119 -- Fixed typo in auth docs
Claude Paroz
2013-03-22
Added missing markup to docs.
Tim Graham
2013-02-24
Fixed #19394 --Added note about auth forms and custom user models.
Ben Konrath
2013-02-23
Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDS
Tim Graham
2013-02-23
Fixed #19758 -- Avoided leaking email existence through the password reset form.
Horst Gutmann
2013-02-20
Fixed #19868 -- Clarified purpose of custom user example
Preston Holmes
[next]