{% extends "onboarding/email/_base.html" %} {% comment %} Only sent when Keycloak provisioning is live AND TAMIS_ONBOARDING_SEND_KEYCLOAK_CREDENTIALS_EMAIL is switched on - see management/commands/provision_application.py. While KeycloakService is stubbed, the approval email is the one that tells applicants how to log in. {% endcomment %} {% block title %}Welcome to TAMIS - your credentials{% endblock %} {% block preheader %}Your TAMIS account has been provisioned.{% endblock %} {% block heading %}Welcome to TAMIS{% if fullname %}, {{ fullname }}{% endif %}{% endblock %} {% block content %}

Your account has been provisioned. Log in with the credentials below and change the temporary password straight away.

{% include "onboarding/email/_row.html" with label="Username" value=keycloak_username mono=1 %} {% include "onboarding/email/_row.html" with label="Temporary password" value=keycloak_password mono=1 %}
{% include "onboarding/email/_button.html" with url=keycloak_login_url label="Log in to TAMIS" %} {% endblock %}