|
Hello
{{context.user.givenName|capitalize}}
{{context.user.shortFamilyName|capitalize}}
Your
Mobicoopregistration has been completed.
{% if api_env('RZP_API_URI') and api_env('RZP_API_URI') is not empty %}
You're almost there! Finalize your registration with Rezo Pouce by following the few steps indicated.
{% endif %}
{% if context.user.backLink and context.user.backLink is not null %}
Please click on this link to confirm your email :
{{ context.user.backLink }}{{ context.user.emailToken }}
Or use the validation code directly on the site :
{{ context.user.emailToken }}
{% elseif context.user.mobileRegistration is not null %}
Please click on this link to confirm your email :
{{ api_env('EMAILS_MOBILE_PLATFORM_URL') }}/#/confirm-registration/{{ context.user.email }}?token={{ context.user.emailToken }}
Or use the validation code directly on the site :
{{ context.user.emailToken }}
{% else %}
Please click on this link to confirm your email :
{{ api_env('EMAILS_PLATFORM_URL') }}/utilisateur/inscription/validation/{{ context.user.email }}/{{ context.user.emailToken }}.
Or use the validation code directly on the site :
{{ context.user.emailToken }}
{% endif %}
|