[KEYCLOAK-2568]

This commit is contained in:
Bruno Oliveira 2016-12-02 13:07:33 -02:00
parent 8842d88058
commit 5c2bf7c822

View file

@ -16,7 +16,7 @@
<#if usernameEditDisabled??>
<input id="username" class="${properties.kcInputClass!}" name="username" value="${(login.username!'')?html}" type="text" disabled />
<#else>
<input id="username" class="${properties.kcInputClass!}" name="username" value="${(login.username!'')?html}" type="text" autofocus />
<input id="username" class="${properties.kcInputClass!}" name="username" value="${(login.username!'')?html}" type="text" autofocus autocomplete="off" />
</#if>
</div>
</div>