django1/django/contrib/auth/tests
Preston Holmes 9741912a9a Fixed #17869 - force logout when REMOTE_USER header disappears
If the current sessions user was logged in via a remote user backend log out
the user if REMOTE_USER header not available - otherwise leave it to other auth
middleware to install the AnonymousUser.

Thanks to Sylvain Bouchard for the initial patch and ticket maintenance.
2012-10-29 22:58:14 -07:00
..
templates Fixed #18991 -- Allowed permission lookup by "if in" 2012-09-30 19:38:16 +03:00
__init__.py fixed #10809 -- add a mod_wsgi authentication handler 2012-09-27 12:43:37 -07:00
auth_backends.py Fixed #19060 -- Corrected assumptions about the name of the User model in the ModelBackend. 2012-10-06 12:43:29 +08:00
basic.py Fixed a small oversight in auth tests 2012-09-27 10:24:34 -07:00
context_processors.py Fixed #18991 -- Allowed permission lookup by "if in" 2012-09-30 19:38:16 +03:00
custom_user.py Fixed #19061 -- added is_active attribute to AbstractBaseUser 2012-10-28 23:04:03 -07:00
decorators.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
forms.py Fixed #19133 -- Corrected regression in form handling for user passwords. 2012-10-20 11:41:54 +08:00
handlers.py Fixed #19057 (again) -- added additional tests 2012-10-29 22:24:42 -07:00
hashers.py Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct 2012-09-12 11:32:50 +02:00
management.py Fixed #19067 -- Clarified handling of username in createsuperuser. 2012-10-13 13:36:07 +08:00
models.py Added some test guards for some recently added auth tests. 2012-10-30 10:28:35 +08:00
remote_user.py Fixed #17869 - force logout when REMOTE_USER header disappears 2012-10-29 22:58:14 -07:00
signals.py Fixed #18616 -- added user_login_fail signal to contrib.auth 2012-09-30 22:34:50 -07:00
tokens.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
urls.py Fixed a security issue related to password resets 2012-10-17 14:36:41 -07:00
utils.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
views.py Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlers 2012-10-29 17:28:04 +01:00