Hi {{ user.displayname }},

welcome to the {{ config.ORGANISATION_NAME }} infrastructure! An account was created for you.

Please visit the following url to set your password:

{{ url_for('selfservice.token_password', token_id=token.id, token=token.token, _external=True) }}

**The link is valid for 48h**

{% if config.WELCOME_TEXT %}
{{ config.WELCOME_TEXT }}

{% endif -%}

If you think the account was created by mistake, please contact the administrators at {{ config.ORGANISATION_CONTACT }}.
