From 1e924472bbecaf35ca0afe6e8ecce4a69350e6e5 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 6 Mar 2023 09:43:02 -0500 Subject: [PATCH] Update to newer Keycloak base template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit productNameFull → productName --- default-themes/keycloak/welcome/index.ftl | 39 +++++++++++------------ 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/default-themes/keycloak/welcome/index.ftl b/default-themes/keycloak/welcome/index.ftl index eba148b..397fd7e 100755 --- a/default-themes/keycloak/welcome/index.ftl +++ b/default-themes/keycloak/welcome/index.ftl @@ -19,11 +19,11 @@ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. --> - -  + + - Welcome to ${productNameFull} + Welcome to ${productName} @@ -49,9 +49,10 @@
${productName} -

Welcome to ${productNameFull}

+

Welcome to ${productName}

+ <#if adminConsoleEnabled>
<#if successMessage?has_content> @@ -60,15 +61,15 @@

${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 http://localhost:8080/auth -
or use the add-user-keycloak script. -

- + <#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> @@ -93,14 +94,16 @@ +
+ <#-- adminConsoleEnabled -->
-
+