All Downloads are FREE. Search and download functionalities are using the official Maven repository.

theme.keycloak.welcome.index.ftl Maven / Gradle / Ivy

There is a newer version: 26.0.5
Show newest version





    Welcome to ${productName}

    
    
    

    

    <#if properties.stylesCommon?has_content>
        <#list properties.stylesCommon?split(' ') as style>
            
        
    
    <#if properties.styles?has_content>
        <#list properties.styles?split(' ') as style>
            
        
    



${productName}

Welcome to ${productName}

<#if adminConsoleEnabled>
<#if successMessage?has_content>

${successMessage}

<#elseif errorMessage?has_content>

${errorMessage}

Administration Console

<#elseif bootstrap> <#if localUser>

Administration Console

Please create an initial admin user to get started.

<#else>

You need local access to create the initial admin user.

Open ${localAdminUrl}
${adminUserCreationMessage}.

<#if bootstrap && localUser>

<#-- adminConsoleEnabled -->

Documentation

User Guide, Admin REST API and Javadocs
<#if properties.displayCommunityLinks = "true">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy