diff --git a/templates/_metadata.json b/templates/_metadata.json index 84af3b4..8c465b7 100644 --- a/templates/_metadata.json +++ b/templates/_metadata.json @@ -3,7 +3,7 @@ "addon_id": "XF", "version_id": 2031070, "version_string": "2.3.10", - "hash": "a857862c1389c9a7592865e46a440848" + "hash": "6c1abed7c6649f4edfb78769cf293f73" }, "public/account_alerts_popup.html": { "addon_id": "XF", @@ -29,6 +29,12 @@ "version_string": "2.3.10", "hash": "8e9cc51c532904221c9f876a8a2f5693" }, + "public/delete_account.html": { + "addon_id": "", + "version_id": 0, + "version_string": "", + "hash": "8f108ffdfd4f6776c2ee690e8bf3aa62" + }, "public/extra.less": { "addon_id": "XF", "version_id": 2031070, diff --git a/templates/public/PAGE_CONTAINER.html b/templates/public/PAGE_CONTAINER.html index 39299d3..3deffe5 100644 --- a/templates/public/PAGE_CONTAINER.html +++ b/templates/public/PAGE_CONTAINER.html @@ -306,6 +306,15 @@ + + + + - - - -
diff --git a/templates/public/delete_account.html b/templates/public/delete_account.html new file mode 100644 index 0000000..ef8f56f --- /dev/null +++ b/templates/public/delete_account.html @@ -0,0 +1,36 @@ +{{ phrase('delete_account') }} + + + +
+
+
    +
    If you want to delete your Romhack Plaza account, please follow these steps: +
      +
    • You must send an email via the contact form using the same email address associated with your account.
    • +
    • The subject line of your request must be clear; for example: “Delete account”
    • +
    • The body of your email must include the following code(s), depending on what you wish to do.
    • +
    + Without these details, your request cannot be processed.
    +
    +

    + Codes +

    + + + Delete my account + Delete all my data + + + {$deleteAccountCode} + {$deleteAllDataCode} + + +
      +
    • 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.
    • +
    • If you also want to automatically delete all your data, send both codes.
    • +
    +
    +
+
+
\ No newline at end of file