{% extends "base.html" %} {% block js %} {% endblock %} {% block title %}Password reset{% endblock %} {% block content %}

Password reset

{% if return_value == 0 %}

Here is your new password:

Username:{{ username }}
Password:{{ username }}/ppp
{% else %}

Something went wrong. Please contact an administrator.

Return code: {{ return_value }}

{% endif %}

Log out

{% endblock %}