{% extends "layout.twig" %} {% block content %}

Local admin sign-in

Use this form only while Entra ID is not yet configured. Credentials come from the LOCAL_ADMIN_* environment variables.

{% if error %}
Email or password did not match.
{% endif %} {% if throttled %}
Too many failed attempts. Please wait a few minutes before trying again.
{% endif %}

← Back

{% endblock %}