{% extends "settings/layout.html" %} {% block settings_content %}
{% if is_local_mode %}

Security

Authentication is automatic in local mode. No password is required.

{% else %}

Change Password

Update your password to keep your account secure.

{% if error %}
{{ error }}
{% endif %}
{% endif %}
{% endblock %}