Procházet zdrojové kódy

Merge pull request #4014 from moisseev/webui

[WebUI] Fix saving credentials in password manager
tags/3.2
Vsevolod Stakhov před 2 roky
rodič
revize
c1cce0dd49
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5
    0
      interface/index.html

+ 5
- 0
interface/index.html Zobrazit soubor

@@ -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"

Načítá se…
Zrušit
Uložit