Files
XenforoMasterTemplate/templates/public/delete_account.html
2026-06-17 13:43:18 +02:00

36 lines
1.4 KiB
HTML

<xf:title>{{ phrase('delete_account') }}</xf:title>
<xf:wrap template="account_wrapper" />
<div class="block">
<div class="block-container">
<ol class="block-body">
<div class="block-row">If you want to delete your Romhack Plaza account, please follow these steps:
<ul>
<li>You must send an email via the <a href="{{ link('misc/contact') }}">contact form</a> using the same email address associated with your account.</li>
<li>The subject line of your request must be clear; for example: “Delete account”</li>
<li>The body of your email must include the following code(s), depending on what you wish to do.</li>
</ul>
Without these details, your request cannot be processed.</div>
<div class="block-row">
<h3 style="margin-bottom:10px;">
Codes
</h3>
<xf:datalist>
<xf:datarow rowtype="header">
<xf:cell>Delete my account</xf:cell>
<xf:cell>Delete all my data</xf:cell>
</xf:datarow>
<xf:datarow>
<xf:cell>{$deleteAccountCode}</xf:cell>
<xf:cell>{$deleteAllDataCode}</xf:cell>
</xf:datarow>
</xf:datalist>
<ul>
<li>If you only want to delete your account, just send the first code. Your data will still be on the site, but it will be anonymized.</li>
<li>If you also want to automatically delete all your data, send both codes.</li>
</ul>
</div>
</ol>
</div>
</div>