{% extends "base.html" %} {% block content %}
{% if current_user.password_change_required %} {{ _('You must change your password before continuing.') }} {% else %} {{ _('Update your password.') }} {% endif %}
{{ _('Password must be at least 8 characters long.') }}