Prevent password fields from autocompleting, which can overwrite passwords when editing forms. Fixes bug #11923.
This commit is contained in:
parent
afb9efcdda
commit
cb952501fc
4 changed files with 6 additions and 1 deletions
|
|
@ -400,7 +400,8 @@ sub editUserForm {
|
|||
$f->password(
|
||||
name=>"authWebGUI.identifier",
|
||||
label=>$i18n->get(51),
|
||||
value=>"password"
|
||||
value=>"password",
|
||||
extras=>'autocomplete="off"',
|
||||
);
|
||||
$f->interval(
|
||||
-name=>"authWebGUI.passwordTimeout",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue