From d49c1a4d59405598201818820cb5239d2d92547b Mon Sep 17 00:00:00 2001 From: Mirco Ropic Date: Fri, 28 Nov 2025 13:44:29 +0000 Subject: [PATCH] Dateien nach "theme/gmp/login" hochladen --- theme/gmp/login/ip-login-form.ftl | 14 ++++++++++++++ theme/gmp/login/ip-login-page.ftl | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 theme/gmp/login/ip-login-form.ftl create mode 100644 theme/gmp/login/ip-login-page.ftl diff --git a/theme/gmp/login/ip-login-form.ftl b/theme/gmp/login/ip-login-form.ftl new file mode 100644 index 0000000..6e18e0a --- /dev/null +++ b/theme/gmp/login/ip-login-form.ftl @@ -0,0 +1,14 @@ +<#import "template.ftl" as layout> +<@layout.registrationLayout; section> + <#if section = "title">Anmeldung bestätigen + <#if section = "form"> +
+

Hallo ${user.username!}, willkommen zurück!

+

Ihre IP-Adresse wurde erkannt. Bitte bestätigen Sie Ihre Anmeldung.

+ +
+ +
+
+ + \ No newline at end of file diff --git a/theme/gmp/login/ip-login-page.ftl b/theme/gmp/login/ip-login-page.ftl new file mode 100644 index 0000000..92ca48b --- /dev/null +++ b/theme/gmp/login/ip-login-page.ftl @@ -0,0 +1,18 @@ +<#import "template.ftl" as layout> +<@layout.registrationLayout; section> + <#if section = "title">${ipLoginTitle} + <#if section = "form"> +
+

${msg("ipLoginIPfound")} '${user.username!}'.

+

${msg("ipLoginDetectedInfo")}

+

${msg("ipLoginDetectedInfo2")}

+ +
+ +
+
+ +
+ + +