From 6a8e24de2dc3d6795f602d5729a119411c567375 Mon Sep 17 00:00:00 2001 From: Mirco Ropic Date: Fri, 25 Jul 2025 14:29:19 +0000 Subject: [PATCH] Dateien nach "theme/gmp/login" hochladen --- theme/gmp/login/login.ftl | 39 ++++++++++++++++++++++++++++++++ theme/gmp/login/theme.properties | 2 ++ 2 files changed, 41 insertions(+) create mode 100644 theme/gmp/login/login.ftl create mode 100644 theme/gmp/login/theme.properties diff --git a/theme/gmp/login/login.ftl b/theme/gmp/login/login.ftl new file mode 100644 index 0000000..14ade03 --- /dev/null +++ b/theme/gmp/login/login.ftl @@ -0,0 +1,39 @@ +<#import "template.ftl" as layout> +<@layout.registrationLayout; section> + +<#if section = "form"> + + <#if ipLogin?? && ipLogin> +
+
+

Sie können sich direkt ohne Passwort anmelden.

+
+
+ + +
+
+
+

Oder melden Sie sich mit einem anderen Konto an:

+
+
+ + +
+
+ + +
+ +
+ + +
+ +
+ +
+
+ + + diff --git a/theme/gmp/login/theme.properties b/theme/gmp/login/theme.properties new file mode 100644 index 0000000..5265964 --- /dev/null +++ b/theme/gmp/login/theme.properties @@ -0,0 +1,2 @@ +parent=keycloak +import=common/keycloak