From 9eea235959f9587bde55ee49b52b8e8798fa1a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Sun, 6 Sep 2020 01:40:58 +0200 Subject: [PATCH] Update --- login/login.ftl | 2 +- login/template.ftl | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/login/login.ftl b/login/login.ftl index 7e51d1e..e1986f7 100644 --- a/login/login.ftl +++ b/login/login.ftl @@ -1,7 +1,7 @@ <#import "template.ftl" as layout> <@layout.registrationLayout displayInfo=social.displayInfo displayWide=(realm.password && social.providers??); section> <#if section = "header"> - ${msg("doLogIn")} + ${msg("loginTitle",(realm.displayName!''))} <#elseif section = "form">
class="${properties.kcContentWrapperClass!}">
class="${properties.kcFormSocialAccountContentClass!} ${properties.kcFormSocialAccountClass!}"> diff --git a/login/template.ftl b/login/template.ftl index e261797..179e18e 100644 --- a/login/template.ftl +++ b/login/template.ftl @@ -10,10 +10,14 @@ + ${msg("loginTitle",(realm.displayName!''))} + + - +
+
<#if realm.internationalizationEnabled && locale.supported?size gt 1>
@@ -116,6 +120,7 @@
+