{% from "partials/header.html" import header with context %} {{ app_name }} - Change Password {{ header("settings") }}

Change Password

Update the password for the admin account.

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}

Minimum 8 characters.

Cancel