{% extends "forms.html" %} {% block breadcrumbs %}
{% endblock %} {% block title %}Password reset{% endblock %} {% block content %} {% if error %}{{ error }}
{% else %}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.
{% endif %} {% endblock %}