{% extends 'base.html' %} {% block title %}Change Password{% endblock %} {% block content %}

Change Password

Back to Profile
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Update Your Password
Minimum 6 characters recommended
Security Tips:
  • Use a strong password with uppercase, lowercase, numbers, and symbols
  • Don't use the same password for multiple accounts
  • Change your password regularly
Cancel
{% endblock %}