{% extends "base.html" %} {% block title %}Account settings · myboker.org{% endblock %} {% block content %}
{{ user.email[0] | upper }}

Account Settings

My leagues

Profile

Email address

Security

Change password

Danger zone

Destructive actions

Disable account

Disables your account and archives all leagues you own. Your data is preserved — you can sign up again with the same email to restore access.

Delete account

Permanently deletes your account and all leagues, sessions, and ledger data you own. This cannot be undone.

{% endblock %}