{% extends "unauth.html" %} {% from "library.j2" import standard_button %} {% block style %} {{ super() }} {% endblock %} {% block head_lead %} {{ super() }}
{% trans account_jid=account_jid %}This page allows you to reset the password of your account, {{ account_jid }}, once.{% endtrans %}
{% trans %}To reset your password using the Snikket App, tap the button below.{% endtrans %}
{% 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 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 %}