File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4040 <form id =" f" class =" pure-form pure-form-aligned" action =" {{ formURL }}" method =" post" name =" f" spellcheck =" false" >
4141 <div class =" pure-control-group" >
4242 <label for =" username" >{{ ' Username' | trans }}</label >
43- <input id =" username" {{ forceUsername ? ' disabled' }} placeholder =" {{ username }}" type =" text" name =" username" class =" edge"
43+ <input id =" username" {{ forceUsername ? ' disabled autocomplete="off" ' }} placeholder =" {{ username }}" type =" text" name =" username" class =" edge"
4444 {%- if not forceUsername %} tabindex =" 1" value =" {{ username }}" autocomplete =" username" {% endif %}
4545 {%- if not forceUsername and not username %} autofocus {% endif %} >
4646 {% if rememberUsernameEnabled and not forceUsername -%}
You can’t perform that action at this time.
0 commit comments