{% extends "base.html" %} {% block title %}Change Password — {{ settings.APP_NAME }}{% endblock %} {% block content %}

Change password

Update the password for {{ user.username }}.

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

Your login is only used for the home-lab console; the tools themselves keep their own accounts.

{% endblock %}