{% extends "forms.html" %} {% block breadcrumbs %} {% endblock %} {% block title %}Password reset{% endblock %} {% block content %} {% if error %}

Cannot reset password

{{ error }}

{% else %}

Password reset

You can request resetting the password of {{ person }} for this instance of Karaage and associated systems (e.g., ssh logins to clusters). This will send {{ person }} an email with instructions allowing them to change their password.

{% csrf_token %}

{% endif %} {% endblock %}