| Age | Commit message (Expand) | Author |
| 2008-08-01 | Added a login link to the password reset completion screen. | Luke Plant |
| 2008-07-31 | Fixed #7723 - implemented a secure password reset form that uses a token and ... | Luke Plant |
| 2008-07-31 | Fixed #8042 -- Modified the password reset form so that the email field lengt... | Russell Keith-Magee |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-22 | Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lacking | Adrian Holovaty |
| 2008-07-19 | Fixed #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-02 | Fixed a long and complex line by breaking into a for loop, with the added ben... | Gary Wilson Jr |
| 2008-07-02 | Added docstring and other minor style fixes. | Gary Wilson Jr |
| 2008-06-30 | Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now modifie... | Russell Keith-Magee |
| 2008-06-30 | Fixed #6089 -- Removed default ordering on the User class. | Malcolm Tredinnick |
| 2008-06-26 | Fixed #6306 -- redirect_to_login() helper function now quotes the URL argumen... | Adrian Holovaty |
| 2008-06-26 | Fixed #7274 -- Improved the django.contrib.auth password_reset() view not to ... | Adrian Holovaty |
| 2008-06-23 | Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application... | Russell Keith-Magee |
| 2008-06-20 | Added basic tests for auth.views.password_reset | Luke Plant |
| 2008-06-18 | Fixed #3393: login view no longer assumes that set_test_cookie has been calle... | Jacob Kaplan-Moss |
| 2008-06-08 | Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ... | Jacob Kaplan-Moss |
| 2008-06-08 | Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the n... | Russell Keith-Magee |
| 2008-06-08 | Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. | Jacob Kaplan-Moss |
| 2008-04-13 | Updated the inline help text for User.is_active. | Malcolm Tredinnick |
| 2008-03-08 | Fixed #5922 -- Turned `ModelBackend` authentication backend into a new-style ... | Gary Wilson Jr |
| 2008-02-25 | Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o... | Gary Wilson Jr |
| 2008-01-13 | Fixed #3165 -- Really allow underscores when making a superuser, thanks `Smil... | Gary Wilson Jr |
| 2007-12-11 | Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `An... | Gary Wilson Jr |
| 2007-11-09 | Fixed bug in /admin/doc/views/ caused by [6658] | Luke Plant |
| 2007-11-07 | Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B... | Luke Plant |
| 2007-10-27 | Fixed #5798 -- Added a missing translation marker. Thanks, maru. | Malcolm Tredinnick |
| 2007-09-30 | Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangch... | Russell Keith-Magee |
| 2007-09-19 | Fixed $5457 - the auth system now delegates permission checking to auth backe... | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #3604 -- django.contrib.auth password checking now uses hashlib if it's... | Adrian Holovaty |
| 2007-09-15 | Small change to modpython auth handler to support Apache 2.2 | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #5308 -- Redirect from pages that need login and have Unicode URL no lo... | Adrian Holovaty |
| 2007-09-14 | Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,... | Adrian Holovaty |
| 2007-08-25 | Fixed #5227 -- Made the redirect security check in django.contrib.auth.views.... | Adrian Holovaty |
| 2007-08-20 | Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106 | Adrian Holovaty |
| 2007-08-14 | Fixed bug in [5885] | Adrian Holovaty |
| 2007-08-14 | Changed django.contrib.auth.views.login to use RequestSite if the sites frame... | Adrian Holovaty |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-07-28 | After discussing with Malcolm, added set_unusable_password() and has_usable_p... | Simon Willison |
| 2007-07-13 | Fixed #3505 -- Added handling for the error raised when the user forgets the ... | Russell Keith-Magee |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-03 | Fixed #4751 -- Fixed that AnonymousUser.__str__ to always return a string | Malcolm Tredinnick |
| 2007-06-25 | Removed unneeded import. | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume | Malcolm Tredinnick |
| 2007-06-19 | Fixed behaviour of contrib.auth.forms.PasswordResetForm when more than | Luke Plant |
| 2007-06-15 | Fixed #4015 -- Changed login() and logout() messages to update request.user if | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3379 -- Changed login() so that we update last_login when a user | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3316 -- Added support for crypt hashing of passwords, mostly to support | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3185 -- Made values for login, logout and post-login redirect URLs | Malcolm Tredinnick |