aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--interface/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/interface/index.html b/interface/index.html
index 82dc8a898..74d88fef9 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -700,12 +700,12 @@
</div>
<div class="modal-body" id="connectBody">
<form id="connectForm">
+ <!-- In recent browser versions username is required to save credentials in a password manager.
+ Browser detects passwords by form.elements[n].type == "password" and then detects
+ the username field by searching backwards through form elements for the text field
+ immediately before the password fields. -->
+ <input value="Rspamd controller password" style="display: none;"/>
<div class="input-group">
- <!-- In recent browser versions username is required to save credentials in a password manager.
- Browser detects passwords by form.elements[n].type == "password" and then detects
- the username field by searching backwards through form elements for the text field
- immediately before the password fields. -->
- <input value="Rspamd controller password" style="display: none;"/>
<input class="form-control"
type="password"
id="connectPassword"