{% extends "invite.html" %} {% set body_id = "invite" %} {% from "library.j2" import form_button, clipboard_button %} {% block head_lead %}
{% trans site_name=config["SITE_NAME"], jid=jid %}Congratulations! You successfully registered on {{ site_name }} as {{ jid }}.{% endtrans %}
{% trans %}You can now set up your legacy XMPP client with the above address and the password you chose during registration.{% endtrans %}
{% trans %}You can now safely close this page.{% endtrans %}