{% include 'header.html' %}
修改密码
返回主页面
{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}
请填写以下信息以修改您的密码
旧密码
新密码
密码长度至少8位,包含字母和数字
确认新密码
确认修改
取消
{% include 'footer.html' %}