Dear {{ user.givenname + ' ' + user.surname }},

Your personal account with the username {{ user.username }} has been created.

To activate your account and configure your password click here . This Activation link is valid for 24 hours.

Alternatively, you can paste the following link in your browser's address bar:

{{ url_for('new_account', token=token, _external=True) }}

Sincerely,

{{ config['ORGANISATION'] }}