mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-16 20:48:17 -06:00
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:
parent
4913d7ee39
commit
7bc72a0aec
@ -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 #}
|
||||||
|
Loading…
Reference in New Issue
Block a user