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
|
|
@ -556,6 +556,7 @@ sub definition {
|
|||
tab=>'mail',
|
||||
label=>$i18n->get("mail account"),
|
||||
hoverHelp=>$i18n->get("mail account help"),
|
||||
extras => 'autocomplete="off"',
|
||||
},
|
||||
mailPassword=>{
|
||||
fieldType=>"password",
|
||||
|
|
@ -563,6 +564,7 @@ sub definition {
|
|||
tab=>'mail',
|
||||
label=>$i18n->get("mail password"),
|
||||
hoverHelp=>$i18n->get("mail password help"),
|
||||
extras => 'autocomplete="off"',
|
||||
},
|
||||
mailAddress=>{
|
||||
fieldType=>"email",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue