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

Change Password

{% if must_change %}You must set a new password before continuing. {% else %}Update your account password.{% endif %}

{% if error %}
{{ error }}
{% endif %}
{% if not must_change %}
{% endif %}
At least 8 characters
{% if not must_change %} Cancel {% endif %}
{% endblock %}