theme.keycloak.welcome.index.ftl Maven / Gradle / Ivy
Welcome to ${productName}
<#if properties.stylesCommon?has_content>
<#list properties.stylesCommon?split(' ') as style>
#list>
#if>
<#if properties.styles?has_content>
<#list properties.styles?split(' ') as style>
#list>
#if>
<#if adminConsoleEnabled && (bootstrap || successMessage?has_content)>
<#if localUser>
Create a temporary administrative user
<#if !successMessage?has_content>
To get started with ${productName}, you first create a temporary administrative user. Later, to harden security, create a new permanent administrative user and delete the temporary user that was created during this setup.
#if>
<#else>
Local access required
You will need local access to create the temporary administrative user.
#if>
<#if successMessage?has_content>
Success alert:${successMessage}
Open Administration Console
#if>
<#if bootstrap>
<#if localUser>
<#else>
To create the temporary administrative user open ${localAdminUrl}, or set the environment variables KC_BOOTSTRAP_ADMIN_USERNAME
and KC_BOOTSTRAP_ADMIN_PASSWORD
when starting the server.
#if>
#if>
#if>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy