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

Edit your profile

{{csrf_token()}}
{% if current_user.avatar %} {{current_user.username}}'s avatar {% else %}
{% endif %}
If the selected image's aspect ratio is not 1:1, your avatar will be cropped. Suggested dimensions are at least 256×256, and anything larger than 512×512 will be scaled down. {{valid.summary("avatar")}}
{{valid.summary("pronouns")}}
{{valid.summary("email")}}
{{valid.summary("url")}}
{{valid.summary("location")}}
{{valid.summary("bio")}}
{{valid.summary()}}

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 %}