{% extends "base.html" %} {% block title %}Change password{% endblock %} {% block content %}
Cullis ยท First sign-in

Set a new password

You're using a temporary password. Pick a new one to continue. Minimum 8 characters; longer is better.

{% if error %}
{{ error }}
{% endif %}
{% endblock %}