Vendora Admin

Operator Console
{# First-visit password setup is owned by the setup wizard — see /wizard/welcome. We never render the setup form here anymore; if the operator somehow lands at /login before the wizard is complete, the route redirects them to /wizard first. password_unset stays in the template context only as a fallback indicator. #} {% if error == 'invalid' %}
Incorrect password.
{% elif error == 'unset' %}
Owner password is not configured.
{% elif error == 'server' %}
Server error. Try again.
{% endif %}