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
/
django
/
contrib
/
auth
Age
Commit message (
Expand
)
Author
2013-11-05
[1.6.x] Pulled Transifex translations for contrib apps
Claude Paroz
2013-10-21
[1.6.x] Force update of the password on iteration count changes.
Florian Apolloner
2013-10-19
[1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their passwords
Claude Paroz
2013-10-19
[1.6.x] Cleaned formatting/comments in PasswordResetFormTest
Claude Paroz
2013-10-18
[1.6.x] Fixed bug causing CSRF token not to rotate on login.
Tim Graham
2013-10-14
[1.6.x] Imported custom user classes in tests depending on it
Claude Paroz
2013-10-09
[1.6.x] Updated auth translation template
Claude Paroz
2013-10-08
[1.6.x] Fixed #21164 -- Added documentation for issue with test users.
Russell Keith-Magee
2013-09-24
Revert "[1.6.x] Ensure that passwords are never long enough for a DoS."
Florian Apolloner
2013-09-24
[1.6.x] Marked PermissionsMixin.user_permissions help_text for translation
MichaĆ Lech
2013-09-19
[1.6.x] Increased default PBKDF2 iterations
Paul McMillan
2013-09-15
[1.6.x] Ensure that passwords are never long enough for a DoS.
Russell Keith-Magee
2013-09-10
[1.6.x] Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-03
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-13
Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.
Jacob Kaplan-Moss
2013-08-02
[1.6.x] Fixed #18923 -- Corrected usage of sensitive_post_parameters in contr...
Tim Graham
2013-07-30
[1.6.x] Fixed a test that could fail depending on PASSWORD_HASHERS.
Aymeric Augustin
2013-07-23
[1.6.x] Fixed #20760 -- Reduced timing variation in ModelBackend.
Aymeric Augustin
2013-07-23
[1.6.x] Fixed #19019 -- Fixed UserAdmin to log password change.
Kirill Fomichev
2013-07-04
[1.6.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.
Tim Graham
2013-07-03
[1.6.x] Fixed #20675 -- `check_password` should work when no password is spec...
Simon Charette
2013-06-29
[1.6.x] Removed obsolete comment. Refs #20079.
Aymeric Augustin
2013-06-27
Fixed #20244: PermissionsMixin now defines a related_query_name for M2Ms
Andrew Godwin
2013-06-27
Fixed #20541 -- don't raise db signals twice when creating superuser
Anton Baklanov
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-06-19
Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.
Loic Bistuer
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-18
Fixed #20079 -- Improve security of password reset tokens
Erik Romijn
2013-06-18
Fixed #20593 -- Allow blank passwords in check_password() and set_password()
Erik Romijn
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-15
Worked around Python 3.3 modified exception repr
Claude Paroz
2013-06-15
Fixed #20599 -- Changed wording of ValueError raised by _load_library
Jaap Roes
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-07
Fixed #19925 - Added validation for REQUIRED_FIELDS being a list
Chris Streeter
2013-06-03
Fixed #20532 -- Reverse auth views by name, not by path.
Gavin Wahl
2013-05-29
Don't hard-code class names when calling static methods
Gavin Wahl
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-24
Rotate CSRF token on login
Andrew Godwin
2013-05-19
Fix test failure introduced by 980ae2ab29.
Baptiste Mispelon
2013-05-19
Fix #20447: URL names given to contrib.auth.views are now resolved.
Baptiste Mispelon
2013-05-19
Typo in comment
Peter Inglesby
2013-05-18
Slightly reworked imports in contrib.auth.__init__
Claude Paroz
2013-05-18
Fixed #18998 - Prevented session crash when auth backend removed
Jorge Bastida
2013-05-18
Fixed #20432 -- Test failure in admin_views.
Jacob Burch
2013-05-16
Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.
Mark Huang
2013-05-13
Recommend using the bcrypt library instead of py-bcrypt
Donald Stufft
2013-05-11
Properly force bytes or str for bcrypt on Python3
Donald Stufft
[next]