{% extends '@OroUser/Mail/layout.html.twig' %} {% block content %}
Hello, {{ user|oro_format_name }}!
A new user has been created for you at {{ oro_config_value('oro_ui.application_url') }} Please use the following credentials to log in: Login: {{ user.username }} {% if password is not empty %}Password: {{ password }} We strongly recommend that you change your password after logging in. {% else %}Proceed to creating your own password by clicking the Reset Password button.
|