Sfoglia il codice sorgente

Merge pull request #4014 from moisseev/webui

[WebUI] Fix saving credentials in password manager
tags/3.2
Vsevolod Stakhov 2 anni fa
parent
commit
c1cce0dd49
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5
    0
      interface/index.html

+ 5
- 0
interface/index.html Vedi File

<form id="connectForm"> <form id="connectForm">
<div class="form-group"> <div class="form-group">
<div class="input-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" <input class="form-control"
type="password" type="password"
id="connectPassword" id="connectPassword"

Loading…
Annulla
Salva