{# CAREFUL : Some client might need to replicate this template #} {% extends 'communicationAlt/fr/email/notification/base.html.twig' %} {% block body %}

Your registration is validated !

Hello {{context.user.givenName|capitalize}} {{context.user.shortFamilyName|capitalize}}

Your Mobicoopregistration has been completed.

Please click on this link to confirm your email : link.

Or use the validation code directly on the site : {{ context.user.emailToken }}

{% if context.user.passwordSendType == 2 %}

Your password is : {{ context.user.clearPassword }}

{% elseif context.user.passwordSendType == 1 %}

Your password has been sent to you by SMS.

{% endif %}

When you log in for the first time, after clicking on the verification link above, you will be able to change your password by going to your profile. If you have forgotten your password, you can always retrieve it from the "Login" screen, by clicking on the "Forgotten password" link.

To consult {{api_env('EMAILS_PLATFORM_NAME')}}'s General Terms and Conditions of Use, click here. If you do not accept these conditions, you can delete your account from your profile.

See you soon on Mobicoop

{% endblock %}