{# pages/profile/password.html — change password #} {% extends "base.html" %} {% block title %}Change Password — {{ title | default("Admin") }}{% endblock %} {% block breadcrumb %} {{ super() }} / Profile / Change Password {% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %}

Password Requirements

  • At least 12 characters
  • At least one uppercase letter
  • At least one lowercase letter
  • At least one digit
  • At least one special character
Cancel
{% endblock %}