{% extends "meta.html" %} {% block title %} Delete your account - {{cfg("sr.ht", "site-name")}} meta {% endblock %} {% block content %}

Delete your {{cfg("sr.ht", "site-name")}} account

{{csrf_token()}}

Before you delete your account, you may want to export your account data. If you choose to prevent future registrations with your username, no future accounts (including yourself) will be able to sign up with that username.

{{valid.summary("confirm")}}
{{valid.summary()}}
Notice: Clicking "confirm account deletion" will permanently remove your account, your projects, and all of your personal data on our services. This cannot be undone.
Nevermind {{icon("caret-right")}}
{% endblock %}