{% extends "profile_base.html" %} {% set profile_security_active = "password" %} {% block profile_content %}
{% set breadcrumbs = [ {"name": current_user.name | display_name(current_user.username), "href": "/profile"}, {"name": "Password"} ] %} {% include "partials/breadcrumbs.html" %}

Password

{% include "partials/flash.html" %}
Choose a strong password you do not reuse elsewhere.
Re-enter the new password to confirm it.
{% with primary_label="Save changes", cancel_href="/profile" %} {% include "partials/form_actions.html" %} {% endwith %}
{% endblock %}