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
/
tests
/
auth_tests
Age
Commit message (
Expand
)
Author
2016-08-24
Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...
Berker Peksag
2016-08-19
Refs #26902 -- Protected against insecure redirects in Login/LogoutView.
Przemysław Suliga
2016-08-18
Removed unused 'password' parameter in auth_tests.
Tim Graham
2016-08-15
Fixed #27009 -- Made update_session_auth_hash() rotate the session key.
Tim Graham
2016-08-10
Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against ...
Andrew Nester
2016-08-10
Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in...
jordij
2016-08-10
Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.
Olexander Yermakov
2016-08-03
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
Sergey Yurchenko
2016-07-28
Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logo...
Andrew Nester
2016-07-28
Removed a blank line per isort and a trailing whitespace.
Tim Graham
2016-07-22
Fixed #26882 -- Added tests for auth.views.logout_then_login().
Andrew Nester
2016-07-16
Fixed #17209 -- Added password reset/change class-based views
Claude Paroz
2016-06-24
Fixed #26719 -- Normalized email in AbstractUser.clean().
Bang Dao + Tam Huynh
2016-06-24
Refs #17209 -- Added LoginView and LogoutView class-based views
Claude Paroz
2016-06-21
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-20
Increased the default PBKDF2 iterations.
Tim Graham
2016-05-18
Moved the AUTH_USER_MODEL setting changed receiver.
Simon Charette
2016-05-18
Fixed running auth_tests in isolation after 3a47d42fa33012b2156bf04058d933df6...
Loïc Bistuer
2016-05-17
Refs #26601 -- Deprecated old-style middleware.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
2016-05-16
Refs #21379 -- Normalized unicode username inputs
Claude Paroz
2016-05-16
Fixed #21379 -- Created auth-specific username validators
Claude Paroz
2016-05-15
Fixed #24075 -- Used post-migration models in contrib apps receivers.
Simon Charette
2016-05-07
Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
Claude Paroz
2016-05-06
Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...
Tim Graham
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-25
Refs #26033 -- Added password hasher support for Argon2 v1.3.
Bas Westerbaan
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-06
Fixed #26470 -- Converted auth permission validation to system checks.
Simon Charette
2016-04-06
Extracted auth checks tests into their own module.
Simon Charette
2016-03-23
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
Alexander Gaevsky
2016-03-22
Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dum...
Tim Graham
2016-03-21
Fixed #26381 -- Made UserCreationForm reusable with custom user models that d...
Berker Peksag
2016-03-14
Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.
Vincenzo Pandolfo
2016-03-12
Fixed #26343 -- Sent user_login_failed signal if an auth backend raises Permi...
ieatkittens
2016-03-08
Moved createsuperuser test app into auth_tests.
Tim Graham
2016-03-08
Fixed #26033 -- Added Argon2 password hasher.
Bas Westerbaan
2016-03-05
Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...
Jon Dufresne
2016-03-05
Cleaned up tests to use call_command() instead of Command.execute().
Jon Dufresne
2016-03-01
Fixed #26303 -- Updated links to mod_wsgi docs.
Alasdair Nicol
2016-03-01
Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
Florian Apolloner
2016-02-29
Removed obsolete test CreatesuperuserManagementCommandTestCase.test_nolocale.
Jon Dufresne
2016-02-25
Fixed #12233 -- Allowed redirecting authenticated users away from the login v...
Olivier Le Thanh Duong
2016-02-23
Fixed a stray __unicode__() method in auth_tests.
Tim Graham
2016-02-22
Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.
Tim Graham
2016-02-17
Refs #19353 -- Added tests for using custom user models with built-in auth fo...
Berker Peksag
2016-02-13
Fixed #11665 -- Made TestCase check deferrable constraints after each test.
Jon Dufresne
[next]