{% extends "./base_email.html" %} {% load static %} {% block email_body %}

Welcome to GLCDI!
Your application has been approved.

Hello {{ fullname }},

Your registration to the GLCDI Data Space has been reviewed and approved.

{% if keycloak_username %}

Your account has been created. Here are your credentials:

Username:

{{ keycloak_username }}

Password:

{{ keycloak_password|safe }}

You will be asked to set a new password on first login.
Log in at: {{ keycloak_login_url }}

{% else %}

You will receive your credentials within the next 7 days.

{% endif %}

Next steps

checkmark

Deploy your own data space connector.

checkmark

Connect to other participants in the network.

checkmark

Negotiate data sharing agreements.

checkmark

Offer and access data across the community.

Need help?

If you have any questions, please contact the support team.

{% endblock %}