Added delete account options

This commit is contained in:
2026-06-17 13:43:17 +02:00
parent 73471162bf
commit 0436a99a7c
28 changed files with 235 additions and 8 deletions

View File

@@ -2,7 +2,12 @@
"admin/helper_criteria.html": {
"version_id": 1000000,
"version_string": "1.0.0",
"hash": "19cd05c4ab254dbad0abfd0c6b8c3456"
"hash": "0d8327297612e3e8eeb17e204e33694d"
},
"admin/user_delete_account_codes.html": {
"version_id": 1000000,
"version_string": "1.0.0",
"hash": "cf9c69eb1bfa0821778f60e9866626a4"
},
"public/approval_item_club_request.html": {
"version_id": 1000000,

View File

@@ -187,10 +187,6 @@
<xf:numberbox name="user_criteria[inactive_days][data][days]" value="{$criteria.inactive_days.days}"
size="5" min="0" step="1" />
</xf:option>
<xf:option name="user_criteria[rhpz_entry_count][rule]" value="rhpz_entry_count" selected="{$criteria.rhpz_entry_count}" label="Number of entries:">
<xf:numberbox name="user_criteria[rhpz_entry_count][data][entries]" value="{$criteria.rhpz_entry_count.entries}" size="5" min="0" step="1" />
</xf:option>
<!--[XF:user:content_bottom]-->
</xf:checkboxrow>

View File

@@ -0,0 +1,15 @@
<xf:title>{$user.username}</xf:title>
<div class="block">
<div class="block-container">
<h3 class="block-minorHeader">{{ phrase('delete_account_code') }}</h3>
<div class="block-body">
<div class="block-row">{$deleteAccountCode}</div>
</div>
<h3 class="block-minorHeader">{{ phrase('delete_all_data_code') }}</h3>
<div class="block-body">
<div class="block-row">{$deleteAllDataCode}</div>
</div>
</div>
</div>