{% extends "account/partial/layout_non_login.html.twig" %} {% block title %}{{ t("register_complete_page_name", "Registration Completed") }}{% endblock %} {% block description %}{{ t("register_complete_meta_description", "Your registration has been completed.") }}{% endblock %} {% block keywords %}{{ t("register_complete_meta_keywords", "registration, completed, file, hosting, site") }}{% endblock %} {% block html_element_class %}login-page-wrapper{% endblock %} {% block body %}
{{ t("register_complete_main_text", "We've sent an email to your registered email address with your access password.Please check your spam filters to ensure emails from this site get through. ") }}
{{ t("register_complete_email_from", "Emails from this site are sent from ") }} {{ SITE_CONFIG_DEFAULT_EMAIL_ADDRESS_FROM }}