Dateien nach "theme/gmp/login" hochladen
This commit is contained in:
parent
47cb48db1b
commit
d49c1a4d59
14
theme/gmp/login/ip-login-form.ftl
Normal file
14
theme/gmp/login/ip-login-form.ftl
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<#import "template.ftl" as layout>
|
||||||
|
<@layout.registrationLayout; section>
|
||||||
|
<#if section = "title">Anmeldung bestätigen</#if>
|
||||||
|
<#if section = "form">
|
||||||
|
<form id="kc-form" class="form-group" action="${url.loginAction}" method="post">
|
||||||
|
<h3>Hallo ${user.username!}, willkommen zurück!</h3>
|
||||||
|
<p>Ihre IP-Adresse wurde erkannt. Bitte bestätigen Sie Ihre Anmeldung.</p>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<input type="submit" class="btn btn-primary btn-block" value="Anmeldung abschließen" />
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</#if>
|
||||||
|
</@layout.registrationLayout>
|
||||||
18
theme/gmp/login/ip-login-page.ftl
Normal file
18
theme/gmp/login/ip-login-page.ftl
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<#import "template.ftl" as layout>
|
||||||
|
<@layout.registrationLayout; section>
|
||||||
|
<#if section = "title">${ipLoginTitle}</#if>
|
||||||
|
<#if section = "form">
|
||||||
|
<form id="kc-form" class="form-group" action="${url.loginAction}" method="post">
|
||||||
|
<h3>${msg("ipLoginIPfound")} '${user.username!}'.</h3>
|
||||||
|
<p>${msg("ipLoginDetectedInfo")}</p>
|
||||||
|
<p>${msg("ipLoginDetectedInfo2")}</p>
|
||||||
|
|
||||||
|
<div id="kc-form-buttons" class="form-group">
|
||||||
|
<input type="submit" class="btn btn-primary btn-block" value='${msg("ipLoginSubmitButton")}'/>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
|
||||||
|
</#if>
|
||||||
|
</@layout.registrationLayout>
|
||||||
Loading…
x
Reference in New Issue
Block a user