{% 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 %}
Only accounts you own are listed, and you can never delete the account you are signed in with.
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.