Skip to content

Commit 251efe0

Browse files
committed
[TASK] Do not display autocomplete section for password field
Browsers ingnore it anyway. Related: #789 Related: #1233
1 parent 33db6ca commit 251efe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Configuration/TCA/tx_powermail_domain_model_field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@
10911091
],
10921092
'displayCond' => [
10931093
'AND' => [
1094-
'FIELD:type:IN:input,textarea,password,select,country,location,hidden',
1094+
'FIELD:type:IN:input,textarea,select,country,location,hidden',
10951095
'FIELD:autocomplete_token:!IN:on,off,nickname,sex,impp,url,organization-title,username,new-password,current-password,one-time-code,bday,bday-day,bday-month,bday-year,language,photo',
10961096
'FIELD:autocomplete_token:REQ:true',
10971097
],

0 commit comments

Comments
 (0)