keycloak-theme/login.keywind/components/label/username.ftl
2022-02-22 16:53:26 +08:00

12 lines
241 B
Plaintext

<#macro kw>
<#compress>
<#if !realm.loginWithEmailAllowed>
${msg("username")}
<#elseif !realm.registrationEmailAsUsername>
${msg("usernameOrEmail")}
<#else>
${msg("email")}
</#if>
</#compress>
</#macro>