keycloak-themes/keyman/old.account/features/labels/username.ftl

12 lines
241 B
Text
Raw Normal View History

2024-10-03 22:17:35 +00:00
<#macro kw>
<#compress>
<#if !realm.loginWithEmailAllowed>
${msg("username")}
<#elseif !realm.registrationEmailAsUsername>
${msg("usernameOrEmail")}
<#else>
${msg("email")}
</#if>
</#compress>
</#macro>