diff --git a/awx/templates/rest_framework/login.html b/awx/templates/rest_framework/login.html index 343d8a6ce0..437ecae9ed 100644 --- a/awx/templates/rest_framework/login.html +++ b/awx/templates/rest_framework/login.html @@ -19,7 +19,7 @@ {% if form.username.errors %}

{{ form.username.errors|striptags }}

@@ -31,7 +31,8 @@
+ autocorrect="off" class="form-control textinput textInput" id="id_password" + autocomplete="off" required> {% if form.password.errors %}

{{ form.password.errors|striptags }}

{% endif %}