Browser not supported. Please try another browser, such as Google Chrome.

If you arrived at the page via a link, please copy that URL directly into your other browser rather than copying the URL in the address bar in this browser.

2 Queries, 0.001786 s - Zanbato QA app @ b'heads/master-0-g5cfd8be872\n'
<class 'zanbato.atsaccounts.views.AtsLoginView'>

View to Get the login page and authenticate Corresponds to ``django.contrib.auth.views.LoginView``. Because we don't extend the normal Django view, we must manually ensure that changes to this view don't overlook security measures added by mainline Django, and that we maintain security parity with it.

Route: atsaccounts_template:login

MRO
  • AtsLoginView
  • ZbTemplateResponseView
  • TemplateResponseMixin
  • ContextMixin
  • AccessView
  • View
  • object
Methods
  • _check_access in zanbato/utils/class_views.py: 28
  • check_access in zanbato/atsaccounts/views.py: 762
  • get_js_context in zanbato/utils/class_views.py: 57
  • post in zanbato/atsaccounts/views.py: 794