summaryrefslogtreecommitdiff
path: root/django/contrib/auth/views.py
AgeCommit message (Expand)Author
2008-08-23Fixed #8493 -- Fixed a NoReverseMatch when redirecting to password_change/don...Brian Rosner
2008-08-15Removed unused and redefined imports.Gary Wilson Jr
2008-08-15Fixed #7364 -- Never cache the contrib.auth login view.Gary Wilson Jr
2008-08-12Fixed #8131: use reverse() in auth views. Patch from davenaff.Jacob Kaplan-Moss
2008-08-10Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless...Brian Rosner
2008-08-01Added a login link to the password reset completion screen.Luke Plant
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-06-26Fixed #6306 -- redirect_to_login() helper function now quotes the URL argumen...Adrian Holovaty
2008-06-26Fixed #7274 -- Improved the django.contrib.auth password_reset() view not to ...Adrian Holovaty
2008-06-18Fixed #3393: login view no longer assumes that set_test_cookie has been calle...Jacob Kaplan-Moss
2007-09-14Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,...Adrian Holovaty
2007-08-25Fixed #5227 -- Made the redirect security check in django.contrib.auth.views....Adrian Holovaty
2007-08-14Fixed bug in [5885]Adrian Holovaty
2007-08-14Changed django.contrib.auth.views.login to use RequestSite if the sites frame...Adrian Holovaty
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-07-27Fixed #2375 -- Changed password_reset auth view to make e-mail template name ...Adrian Holovaty
2006-07-23Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]...Adrian Holovaty
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss
2006-06-08Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiroAdrian Holovaty
2006-06-06Made template names in django.contrib.auth.views passable as template_name ar...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty