{% load static %} 變更密碼 變更密碼|學習王人事系統 {% if threeMonth %} {% endif %}

變更密碼

為了帳戶安全性,請至少三個月更改一次密碼,且不得跟前三次密碼相同。
密碼長度需大於8,請至少包含一個下列特殊符號 % @ # $ % & _ = - 和一個大寫英文字、一個小寫英文字母、一個數字,不得與前三次的密碼相同
{% csrf_token %} {% for field in form %}
{{ field }} {% if field.field.help_text %} {{ field.field.help_text|safe }} {% endif %} {{ field.errors }}
{% endfor %}