Login
{% if error %}
{{ error }}
{% end %}
{% if settings.get("ldap_server") %}
LDAP is enabled. Sign in with your username and password.
{% else %}
Enter the access token provided by your administrator.
{% end %}