{% extends "base_min.html" %} {% block title %}{% if error %}{% trans "Form Error" %}{% else %}{% trans "Reset Password" %}{% endif %} | {{ site_name }}{% endblock %} {% block h1 %}{% if error %}{% trans "Form Error" %}{% else %}{% blocktrans %}Reset Password on {{ site_name }}{% endblocktrans %}{% endif %}{% endblock %} {% block form_class %}container col-md-8 col-md-offset-2 col-sm-8 cold-sm-offset-2 col-lg-6 col-lg-offset-3 my-3 mt-md-5{% endblock %} {% block content %}

{% blocktrans %}Hey, {{ username }}, if you'd like to change your password, maybe because you forgot your old one, you've come to the right place!{% endblocktrans %}

{% blocktrans %}If this is not you, please disregard!{% endblocktrans %}

If you have a compatible XMPP/Jabber client installed on your system you can try using this button to reset your password instead. This way you don't need to copy your password. Otherwise proceed with the form below!
Change Password using your installed client

{% trans "Reset Password" %}

{%if error and error.class == 'undefined' %}{% endif %}
@{{ domain }}
{% if error.class == 'password' %}{{ error.text }}{% else %} {% blocktrans %}Please provide a password! Minimum length: {{ password_min_length }}{% endblocktrans %}{% endif %}
{% trans "Enter a secure password that you do not use anywhere else." %}
{% endblock %}