mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Prevent password autofill in settings
This commit is contained in:
parent
99f93a8d50
commit
e4a2616ffa
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@
|
|||
<label for="http_password">HTTP Password</label>
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<input type="password" class="form-control auth-settings" id="http_password" name="http_password" value="${config['http_password']}" size="30">
|
||||
<input type="password" class="form-control auth-settings" id="http_password" name="http_password" value="${config['http_password']}" size="30" autocomplete="new-password">
|
||||
</div>
|
||||
<div id="http_hash_password_error" class="alert alert-danger settings-alert" role="alert"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue