diff --git a/modules/core/templates/loginuserpass.twig b/modules/core/templates/loginuserpass.twig index 93892e3775137f67433e5252ddccfb7f8db4d8d5..089cc6b412ca9ab7755fd404549078a0bfa1ece3 100644 --- a/modules/core/templates/loginuserpass.twig +++ b/modules/core/templates/loginuserpass.twig @@ -37,7 +37,8 @@ <p>{{ 'A service has requested you to authenticate yourself. Please enter your username and password in the form below.'|trans }}</p> <div class="center-form login-form-start"> - <form id="f" class="pure-form pure-form-aligned" action="{{ moduleURL('core/loginuserpass', {'AuthState': AuthState}) }}" method="post" name="f"> + <form id="f" class="pure-form pure-form-aligned" action="{{ moduleURL('core/loginuserpass', {'AuthState': AuthState}) }}" + method="post" name="f" spellcheck="false"> <div class="pure-control-group"> <label for="username">{{ 'Username'|trans }}</label> <input id="username" {{ forceUsername ? 'disabled' }} placeholder="{{ username }}" type="text" name="username" class="edge"