{% extends "ui/_layout.html" %} {% block title %}Log in - bty-web{% endblock %} {% block content %}
bty mascot

Log in

Enter the admin password. The default is bty; override via BTY_ADMIN_PASSWORD on the server.

{% if using_default_password %}
This server still uses the well-known default password bty. Set BTY_ADMIN_PASSWORD on the host before exposing it beyond localhost.
{% endif %} {% if error %}
{{ error }}
{% endif %}
{% endblock %}