]> git.proxmox.com Git - pve-manager.git/commit
fix #5251: login: set autocomplete on password and user
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Mon, 19 Feb 2024 10:37:03 +0000 (11:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 15:23:00 +0000 (17:23 +0200)
commit059121d1dbea6ed846e2055c1e5f2a95d87e88fc
tree20f38d7ed830ba3245b455667b923b9e36ebeef4
parent51834957902a592337c35af8cf3211675d2481ae
fix #5251: login: set autocomplete on password and user

By default they have 'autocomplete=off'. From [1]:

 > In most modern browsers, setting autocomplete to "off" will not
 > prevent a password manager from asking the user if they would like to
 > save username and password information, or from automatically filling
 > in those values in a site's login form. See the autocomplete
 > attribute and login fields [2].

[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
[2] https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#the_autocomplete_attribute_and_login_fields

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
www/manager6/window/LoginWindow.js