mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-23 21:54:33 +01:00
7 lines
No EOL
557 B
Text
7 lines
No EOL
557 B
Text
h1 Deactivate Account
|
|
.block
|
|
.block__content.warning
|
|
p.walloftext
|
|
' Deactivating your account will prevent you from logging into your account. If you ever wish to re-activate your account later on, you may do so at any time. If you wish to wipe your personally identifiable data per GDPR law, please contact ops@derpibooru.org
|
|
= button_to "Back", ~p"/registrations/edit", class: "button"
|
|
= button_to "Confirm", ~p"/deactivations", class: "button", method: :delete, data: [confirm: "Are you sure you want to deactivate your account?"] |