mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Disable spellcheckers from inspecting the password (#2420)
This commit is contained in:
@@ -42,7 +42,7 @@ require 'scripts/pi-hole/php/header.php';
|
||||
<form action="" id="loginform" method="post">
|
||||
<div class="form-group login-options has-feedback<?php if ($wrongpassword) { ?> has-error<?php } ?>">
|
||||
<div class="pwd-field">
|
||||
<input type="password" id="loginpw" name="pw" class="form-control" placeholder="Password" autocomplete="current-password" autofocus>
|
||||
<input type="password" id="loginpw" name="pw" class="form-control" placeholder="Password" spellcheck="false" autocomplete="current-password" autofocus>
|
||||
<span class="fa fa-key form-control-feedback"></span>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user