Merge pull request #3588 from abstractj/KEYCLOAK-3847

[KEYCLOAK-2568]
This commit is contained in:
Bill Burke 2016-12-03 13:37:06 -05:00 committed by GitHub
commit 6cd6edce64

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>