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")}

+ +
+ +
+
+ +
+ + +