{% extends "layouts/signed_out.html" %} {% block title %}Login | Redash{% endblock %} {% block content %} {% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endwith %} {% if show_google_openid %}

or
{% endif %} {% if show_saml_login %}
SAML Login

or
{% endif %} {% if show_remote_user_login %}
Remote User Login

or
{% endif %} {% if show_ldap_login %}
LDAP/SSO Login

or
{% endif %}
{% if not hide_forgot_password %}
I forgot my password {% endif %} {% endblock %}