<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
- AtsLoginView
- ZbTemplateResponseView
- TemplateResponseMixin
- ContextMixin
- AccessView
- View
- object
- _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