diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html index 1b66cf329..2a5e181ae 100644 --- a/interface/index.html +++ b/interface/index.html @@ -589,6 +589,11 @@ <form id="connectForm"> <div class="form-group"> <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" |