{{ title|default("Annotation Platform") }}

{% if success %}Password Updated{% elif token_invalid %}Invalid Link{% else %}Set New Password{% endif %}

{% if error %}
{{ error }}
{% endif %} {% if success %}
Your password has been updated successfully.
Sign In
{% elif token_invalid %}

This password reset link is invalid or has expired. Please request a new one.

Request New Link
{% else %} {% if username %}

Resetting password for {{ username }}

{% endif %}
{% endif %}
Back to Sign In