{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Account deletion. CloudPanel BLOCKS rather than cascades: the server refuses while the account still owns websites or sub-accounts, and names them. The page says so before the operator types anything. {% endcomment %} {% block title %}Delete user{% endblock %} {% block content %}

Delete an account

Only accounts you own are listed, and you can never delete the account you are signed in with.

All accounts
Full name
Email
Role / ACL
·
Owner
Websites owned
Created
This account still owns websites. CloudPanel will refuse the deletion until they are transferred or deleted.

CloudPanel blocks, it does not cascade

  • Websites are never deleted with their owner. If the account still owns a site, the deletion is refused and the error names the domains. Transfer or delete them first.
  • Sub-accounts are never deleted either. A reseller with customers beneath it cannot be removed until those accounts are moved or deleted.
  • The username must be typed back exactly. There is no undo.
  • Any live session belonging to the account is destroyed as part of the deletion, and the whole action is written to the audit log.

The reason for blocking rather than cascading: an orphaned vhost keeps serving traffic with no owner and no limits, which is a worse outcome than a failed delete.

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