{% extends "unauth.html" %} {% from "library.j2" import standard_button %} {% block style %} {{ super() }} {% endblock %} {% block head_lead %} {{ super() }} {% trans %}Reset your password | Snikket{% endtrans %} {% endblock %} {% block content %}

{% trans %}Reset your password{% endtrans %}

{% trans account_jid=account_jid %}This page allows you to reset the password of your account, {{ account_jid }}, once.{% endtrans %}

{% trans %}Using the app{% endtrans %}

{% trans %}To reset your password using the Snikket App, tap the button below.{% endtrans %}

{%- call standard_button("exit_to_app", invite.xmpp_uri, class="secondary") -%} {% trans %}Open the app{% endtrans %} {%- endcall -%}

{% trans %}Alternatively, you can scan the below code with the Snikket App using the Scan button at the top.{% endtrans %}

{% trans %}Your camera will turn on. Point it at the square code below until it is within the highlighted square on your screen, and wait until the app recognises it.{% endtrans %}

{% trans %}You will then be prompted to enter a new password for your account.{% endtrans %}

{% trans %}Alternatives{% endtrans %}

{% trans reset_url=url_for(".reset", id_=invite_id) %}You can also reset your password online if the above button or scanning the QR code does not work for you.{% endtrans %}

{% endblock %}