Update login.html

I identified a security issue executing a security test over netbox like this:

cvss v2: 1.7
cvss v3: 4.0

Auto-Completion Enabled for Password Fields

So I made this correction and right now is okay on new security test.
This commit is contained in:
Josue Valtrick de Almeida 2022-02-23 15:51:22 -03:00 committed by GitHub
parent 4913d7ee39
commit 7bc72a0aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
{# Login form #} {# Login form #}
<div class="form-login"> <div class="form-login">
<form action="{% url 'login' %}" method="post"> <form action="{% url 'login' %}" method="post" autocomplete="off">
{% csrf_token %} {% csrf_token %}
{# Logo #} {# Logo #}