{% extends '__layout__.html' %} {% block title %}GDPR Erase User{% endblock %} {% block head %} {% endblock %} {% block content %}
← Return to User Page

GDPR Erase {{userObj.username}}

UserId: {{userObj.id}}

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

This is permanent and cannot be undone.

This will, right now:

  • Rename the account, wipe the password (locking the account permanently) and clear the bio
  • Log out and revoke every session we have a record of for this user
  • Delete their email, linked Discord account, login history, HWID logs, and past usernames
  • Delete their friends, followers/following, and group memberships
  • Delete their group wall posts, and blank out the content of messages they sent
  • Send any limited items they own through the lottery to random online users, then delete everything left in their inventory
  • Wipe their avatar (body, worn items, and cached render) and kick them from any active game server

Their profile page will 404 immediately after. Trade history and transaction/payment records are kept for economy integrity and legal/tax obligations.

{% endblock %}