{% extends "layout.html" %} {% block title %}Log in - pixie{% endblock %} {% block content %}

Log in

Enter the admin password. {% if using_default_password %} The default is pixie; override via PIXIE_ADMIN_PASSWORD on the server. {% endif %}

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