summaryrefslogtreecommitdiff
path: root/django/contrib/auth/views.py
AgeCommit message (Expand)Author
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-02-25Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong
2016-02-04Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-10-02Fixed #25490 -- Made the logout() view send "no-cache" headers.Kaleb Elwert
2015-09-23Refs #23957 -- Required session verification per deprecation timeline.Tim Graham
2015-09-23Refs #21648 -- Removed is_admin_site option from password_reset() view.Tim Graham
2015-09-18Fixed #24944 -- Added extra_email_context parameter to password_reset() view.sujayskumar
2015-07-21Fixed #24126 -- Deprecated current_app parameter to auth views.lukasz.wojcik
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-02-13Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID user.Tim Graham
2015-02-09Removed stray comment in auth.views.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-11-15Fixed #23793 -- Clarified password reset messages.Yigit Guler
2014-08-23Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().Tim Graham
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2013-11-29Fixed an unescisarily gendered pronoun in a docstringAlex Gaynor
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma
2013-10-02Fixed #16919 -- Passed user to set_password_form in GET requests.Tim Graham
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek
2013-08-04Fixed a number of lint warnings, particularly around unused variables.Alex Gaynor
2013-07-27Fixed #18511 -- Cleaned up admin password reset template titles.Serge G. Spaolonzi
2013-06-29Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to fin...Ramiro Morales
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-03Fixed #20532 -- Reverse auth views by name, not by path.Gavin Wahl
2013-05-19Fix #20447: URL names given to contrib.auth.views are now resolved.Baptiste Mispelon
2013-02-23Fixed #15198 -- pass request to AuthenticationFormPreston Holmes
2013-02-23Removed superfluous cookie check from auth login.Preston Holmes
2013-01-22Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.Florian Apolloner
2012-12-10Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.Florian Apolloner
2012-11-29Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-10-17Fixed a security issue related to password resetsPreston Holmes
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-08-18[py3] Avoided passing a lazy string to urlparse.Aymeric Augustin
2012-08-14[py3] Fixed contrib.auth testsClaude Paroz
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2011-06-26Fixed #15266 -- Applied login_required decorator to password_change_done view...Jannis Leidel
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-03-02Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly a...Jannis Leidel
2011-03-01Fixed #12534 -- Loosened the the security check for "next" redirects after lo...Jannis Leidel
2010-12-12Fixed #14446 -- Prevented the password reset confirmation view to be cached. ...Jannis Leidel
2010-12-02Fixed #8342 -- Removed code from the admin that assumed that you can't login ...Jannis Leidel