{% extends "base.html" %} {% block title %}Change Password - {{ app_name }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
Change Password
Set New Password: Enter your new password below. You are already authenticated, so no current password verification is needed.
Password must be at least 3 characters long.
Must match the new password above.
Cancel
{% endblock %} {% block extra_scripts %} {% endblock %}