{% extends "signed_out_layout.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 %}

I forgot my password {% endblock %}