django1/django/contrib/auth
Alexander Gaevsky e0a3d93730 Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users. 2016-03-23 09:01:48 -04:00
..
handlers Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
locale Updated translations from Transifex 2015-12-31 15:53:02 +01:00
management Refs #26315 -- Cleaned up argparse options in commands. 2016-03-05 13:19:29 -05:00
migrations Fixed #20846 -- Decreased User.username max_length to 150 characters. 2016-01-08 18:06:44 -05:00
templates/registration Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel. 2011-06-19 11:24:39 +00:00
tests Fixed #26089 -- Removed custom user test models from public API. 2016-02-04 12:30:34 -05:00
__init__.py Fixed #26343 -- Sent user_login_failed signal if an auth backend raises PermissionDenied. 2016-03-12 16:44:39 -05:00
admin.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
backends.py Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users. 2016-03-23 09:01:48 -04:00
base_user.py Fix typo in comment 2016-02-11 11:14:06 +00:00
checks.py Removed unneeded hint=None/obj=None in system check messages. 2016-02-12 13:01:25 -05:00
common-passwords.txt.gz Fixed #16860 -- Added password validation to django.contrib.auth. 2015-06-07 19:31:20 +02:00
context_processors.py Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
decorators.py Fixed #24929 -- Allowed permission_required decorator to take any iterable 2015-06-08 13:44:39 -04:00
forms.py Fixed #26381 -- Made UserCreationForm reusable with custom user models that define USERNAME_FIELD. 2016-03-21 12:32:42 -04:00
hashers.py Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dummy crypt module. 2016-03-22 11:22:21 -04:00
middleware.py Refs #23957 -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00
mixins.py Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow customization. 2015-07-27 10:23:56 -04:00
models.py Fixed #20846 -- Decreased User.username max_length to 150 characters. 2016-01-08 18:06:44 -05:00
password_validation.py Pluralized translatable strings in password_validation.py 2015-10-10 15:17:21 +02:00
signals.py Fixed #18616 -- added user_login_fail signal to contrib.auth 2012-09-30 22:34:50 -07:00
tokens.py Refactored PasswordResetTokenGenerator to be a bit more extensible. 2015-04-20 14:27:12 -04:00
urls.py Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
views.py Fixed #12233 -- Allowed redirecting authenticated users away from the login view. 2016-02-25 07:18:33 -05:00