{% extends 'dashboard.html' %} {% block page %}

Account Settings

Manage your profile, security, and account preferences

{% if error %} {% endif %} {% if success %} {% endif %}

Profile Information

{{ current_user.username }}
{{ current_user.created_at.strftime('%B %d, %Y') }}

Used for notifications and account recovery.

Change Password

Minimum 10 characters

Danger Zone

Delete Account

Permanently delete your account and all associated data. This action cannot be undone.

{% endblock %}