{% extends "base.html" %} {% load get_banner %} {% block content %} {{ block.super }}

Login

{% csrf_token %}
{% if "banner_enable"|get_banner_conf %}
{{ "banner_message"|get_banner_conf }}
{% endif %} {% if SHOW_LOGIN_FORM or 'force_login_form' in request.GET %} {% include "dojo/form_fields.html" with form=form %} {% endif %}
{% if SHOW_LOGIN_FORM or 'force_login_form' in request.GET %}
Show Password
{% endif %} {% if CLASSIC_AUTH_ENABLED and SHOW_LOGIN_FORM or 'force_login_form' in request.GET %}
{% if FORGOT_PASSWORD %} {% endif %} {% endif %}
{% if GOOGLE_ENABLED is True %} {% endif %} {% if OKTA_ENABLED is True %} {% endif %} {% if AZUREAD_TENANT_OAUTH2_ENABLED is True %} {% endif %} {% if GITLAB_ENABLED is True %} {% endif %} {% if AUTH0_ENABLED is True %} {% endif %} {% if KEYCLOAK_ENABLED is True %} {% endif %} {% if GITHUB_ENABLED is True %} {% endif %} {% if GITHUB_ENTERPRISE_ENABLED is True %} {% endif %} {% if SAML2_ENABLED is True %} {% endif %}
{% endblock %}