{% extends "auth_base.html" %} {% block title %}Change password ยท TapDB{% endblock %} {% block auth_content %}

{{ user.username }}

{% if required %}

Password change is required before continuing.

{% endif %}
{% if not challenge_required %} {% endif %}
{% if not required %}

Return to TapDB

{% endif %} {% endblock %}