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

Edit your profile

{{csrf_token()}}
{{valid.summary("email")}}
{{valid.summary("url")}}
{{valid.summary("location")}}
{{valid.summary("bio")}}

Export your data

You may export your account data in standard formats using the hut tool. This data can be imported into another SourceHut instance or used with any compatible software (e.g. git, GNU Mailman, etc).

Close your account

You may permanently remove your projects and all personal data from our services. This button will bring you to a confirmation page.

Delete my account {{icon('caret-right')}}
{% endblock %}