{% extends "base.html" %} {% block title %}User Settings - ArchCNTL{% endblock %} {% block page_title %} User Settings {% endblock %} {% block main_content %}
{# Decoy fields — browsers tend to fill these instead of the real inputs #}

Account ID

Your permanent account identifier. Username changes do not affect this ID.

{{ user.user_id }}

Username

The name you use to sign in.

Email Address

Used for account recovery and notifications.

Current Password

Required when changing your password.

New Password

Leave blank to keep your current password.

Confirm New Password

Re-enter your new password to confirm.

Save Changes

Apply updates to your account credentials.

{% endblock %} {% block scripts %} {% endblock %}