django1/django/contrib/auth
Luke Plant 18619a11ee Fixed behaviour of contrib.auth.forms.PasswordResetForm when more than
one User have the same e-mail address.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-19 20:04:54 +00:00
..
handlers Fixed #2770 -- Fixed a database connection leak in 2006-09-22 12:01:15 +00:00
__init__.py Fixed #4015 -- Changed login() and logout() messages to update request.user if 2007-06-15 01:53:40 +00:00
backends.py Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00
create_superuser.py Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid usernames. Thanks for reporting, jmu 2006-09-26 15:28:07 +00:00
decorators.py Fixed #3185 -- Made values for login, logout and post-login redirect URLs 2007-04-25 08:49:57 +00:00
forms.py Fixed behaviour of contrib.auth.forms.PasswordResetForm when more than 2007-06-19 20:04:54 +00:00
management.py Refs #2333 - Added 'test' target to django-admin script. Includes addition of --verbosity and --noinput options to django-admin, and a new TEST_RUNNER setting to control the tool used to execute tests. 2006-08-27 12:46:39 +00:00
middleware.py Fixed #2702 -- Fixed LazyUser to store cache as attribute of request, not class. Thanks for the patch, jkocherhans 2006-09-12 17:30:47 +00:00
models.py Fixed #3316 -- Added support for crypt hashing of passwords, mostly to support 2007-04-25 09:34:29 +00:00
views.py Fixed #3185 -- Made values for login, logout and post-login redirect URLs 2007-04-25 08:49:57 +00:00