{% extends "layouts/base.html" %} {% load static %} {% block title %}Delete User - {{ user.get_full_name|default:user.username }}{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}

Delete User

This action cannot be undone

Warning: Permanent Deletion

You are about to permanently delete this user account. This action will also remove all associated data and cannot be undone.

The following will be permanently deleted:
  • User account and profile information
  • All permissions and group memberships
  • User activity logs and session data
  • Any content created by this user
  • User preferences and settings
{% if user.is_superuser %}
Critical Warning: This user has superuser privileges. Deleting this account may affect system administration capabilities.
{% endif %}
{% csrf_token %}
Cancel
{% endblock content %} {% block extra_js %} {% endblock extra_js %}