{% extends "layouts/signed_out.html" %} {% block title %}Login to Redash{% endblock %} {% block content %}
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endwith %} {% if show_google_openid %} {% endif %} {% if show_saml_login %} {% endif %} {% if show_remote_user_login %} {% endif %} {% if show_ldap_login %} {% endif %} {% if show_password_login %} {% if show_google_openid or show_saml_login or show_remote_user_login or show_ldap_login %}
{% endif %}
{% if not hide_forgot_password %} {% endif %} {% endif %}
{% endblock %}