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

Reset password

{% if done %}

An email has been sent to your account with a link to reset your password.

{% elif allow_password_reset() %}
{{csrf_token()}}
{{valid.summary("email")}}
{{valid.summary()}}
{% else %}

Password reset is disabled because sr.ht authentication is managed by a different service. Please contact the system administrator for further information on how to reset your password.

{% endif %}
{% endblock %}