added possible override
fixes: #33640 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
2f9ecb06cd
commit
c5d26bd45d
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
<#import "field.ftl" as field>
|
<#import "field.ftl" as field>
|
||||||
|
<#import "footer.ftl" as loginFooter>
|
||||||
<#macro username>
|
<#macro username>
|
||||||
<#assign label>
|
<#assign label>
|
||||||
<#if !realm.loginWithEmailAllowed>${msg("username")}<#elseif !realm.registrationEmailAsUsername>${msg("usernameOrEmail")}<#else>${msg("email")}</#if>
|
<#if !realm.loginWithEmailAllowed>${msg("username")}<#elseif !realm.registrationEmailAsUsername>${msg("usernameOrEmail")}<#else>${msg("email")}</#if>
|
||||||
|
@ -213,6 +214,8 @@
|
||||||
<#nested "socialProviders">
|
<#nested "socialProviders">
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<@loginFooter.content/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue