django1/django/contrib/auth
Jacob Kaplan-Moss 34a3b7b6fd [1.1.X] Fixed #5605: only lowercase the domain portion of an email address in `UserManager.create_user`.
Thanks, Leo.

Backport of [12641] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-01 20:32:55 +00:00
..
fixtures Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now modified to use the new TestCase urlpattern framework. 2008-06-30 13:11:12 +00:00
handlers Small change to modpython auth handler to support Apache 2.2 2007-09-15 18:36:31 +00:00
management Fixed #5753 -- Allow createsuperuser to work in situations where there 2008-10-06 04:54:14 +00:00
tests [1.1.X] Fixed #5605: only lowercase the domain portion of an email address in `UserManager.create_user`. 2010-03-01 20:32:55 +00:00
__init__.py Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
admin.py Fixed #10694: correctly check permissions in the change password admin. Thanks, jturnbull. 2009-04-18 21:04:40 +00:00
backends.py Fixed #689 -- Added a middleware and authentication backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales. 2009-03-15 05:54:28 +00:00
create_superuser.py Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the new createsuperuser command. 2008-06-08 08:45:14 +00:00
decorators.py Fixed #9474: user_passes_test may now be applied multiple times. 2009-04-01 16:17:38 +00:00
forms.py Fixed #10017 - PasswordResetForm.clean_email was not returning the value. 2009-02-26 17:11:28 +00:00
middleware.py Fixed #689 -- Added a middleware and authentication backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales. 2009-03-15 05:54:28 +00:00
models.py [1.1.X] Fixed #5605: only lowercase the domain portion of an email address in `UserManager.create_user`. 2010-03-01 20:32:55 +00:00
tokens.py Fixed #10265: fixed a bug when generating a password reset token for a user created on the same request. Thanks, crucialfelix. 2009-04-01 21:25:24 +00:00
urls.py Tests for password change process. Thanks, Mike Richardson. Fixed #8402. 2008-08-23 18:20:49 +00:00
views.py [1.1.X] Fixed #11457: tightened the security check for "next" redirects after logins. 2010-03-01 20:06:20 +00:00