{% extends "layout.html" %} {% block page_title %}Log in{% endblock %} {% block body_class %}userform login{% endblock %} {% block content %}

Log in


{% if config.DRIBDAT_HELP_REGISTER %}

{{ config.DRIBDAT_HELP_REGISTER|markdown }}

{% endif %} {% include "includes/loginsso.html" %} {% if config.DRIBDAT_ALLOW_LOGINS %} {% if oauth_type or config.MAIL_SERVER %}

Use your Dribdat account credentials here:

{% endif %}
{% if config.MAIL_SERVER %}

Sign in by e-mail if you do not know your password.

{% endif %} {% endif %} {% if not config.DRIBDAT_NOT_REGISTER %}

Create an account

{% endif %} {% if config.OAUTH_LINK_REGISTER %}

Register for an account

{% endif %}
{% endblock %}