浏览代码

Merge pull request #4014 from moisseev/webui

[WebUI] Fix saving credentials in password manager
tags/3.2
Vsevolod Stakhov 2 年前
父节点
当前提交
c1cce0dd49
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      interface/index.html

+ 5
- 0
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"

正在加载...
取消
保存