{% extends "base.html" %} {% block title %}Login - AISBF Dashboard{% endblock %} {% block content %}

Dashboard Login

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% if show_verify_email %}
Please check your email and verify your account before logging in.
{% endif %}
{% if smtp_enabled %}

Forgot your password?

{% endif %} {% if signup_enabled %}

Don't have an account? Sign up here

{% endif %}
{% if config.oauth2 and ((config.oauth2.google and config.oauth2.google.enabled) or (config.oauth2.github and config.oauth2.github.enabled)) %}

or continue with
{% if config.oauth2.google and config.oauth2.google.enabled %} {% endif %} {% if config.oauth2.github and config.oauth2.github.enabled %} {% endif %}
{% endif %}
{% endblock %}