<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hi All<div><br></div><div>I am using Keycloak 1.9.1 and notice the realm name displayed in login.ftl is always uppercase. Can we have the realm name display in the way it is entered. Eg if my realm say test demo, the login page displays it as TEST DEMO. </div><div><br></div><div>Not sure if there is a flag somewhere to tell keycloak to preserve case in the realm name? </div><div><br></div><div><div>&lt;#if section = &quot;title&quot;&gt;</div><div>        ${msg(&quot;loginTitle&quot;,(realm.displayName!&#39;&#39;))}</div><div>    &lt;#elseif section = &quot;header&quot;&gt;</div><div>        ${msg(&quot;loginTitleHtml&quot;,(realm.displayNameHtml!&#39;&#39;))}</div><div>    &lt;#elseif section = &quot;form&quot;&gt;</div></div><div><br></div><div><br></div><div>Thanks. </div></div>
</div><br></div>