We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4224d77 commit e6cce21Copy full SHA for e6cce21
1 file changed
modules/core/templates/loginuserpass.twig
@@ -40,7 +40,7 @@
40
<form id="f" class="pure-form pure-form-aligned" action="{{ formURL }}" method="post" name="f" spellcheck="false">
41
<div class="pure-control-group">
42
<label for="username">{{ 'Username'|trans }}</label>
43
- <input id="username" {{ forceUsername ? 'disabled' }} placeholder="{{ username }}" type="text" name="username" class="edge"
+ <input id="username" {{ forceUsername ? 'disabled autocomplete="off"' }} placeholder="{{ username }}" type="text" name="username" class="edge"
44
{%- if not forceUsername %} tabindex="1" value="{{ username }}" autocomplete="username" {% endif %}
45
{%- if not forceUsername and not username %} autofocus {% endif %} >
46
{% if rememberUsernameEnabled and not forceUsername -%}
0 commit comments