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 an administrative user
<#if !successMessage?has_content>
To get started with ${productName}, you first create an administrative user.
#if>
<#else>
Local access required
You will need local access to create the administrative user.
#if>
<#if successMessage?has_content>
Success alert:${successMessage}
Open Administration Console
#if>
<#if bootstrap>
<#if localUser>
<#else>
To create the administrative user open ${localAdminUrl}, or set the environment variables KEYCLOAK_ADMIN
and KEYCLOAK_ADMIN_PASSWORD
when starting the server.
#if>
#if>
#if>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy