Set password field to autocomplete=“new-password”.
This commit is contained in:
parent
e9104157f8
commit
78ddb3b62e
1 changed files with 1 additions and 1 deletions
|
@ -4681,7 +4681,7 @@ ObjectManager::Attribute.add(
|
||||||
type: 'password',
|
type: 'password',
|
||||||
maxlength: 100,
|
maxlength: 100,
|
||||||
null: true,
|
null: true,
|
||||||
autocomplete: 'off',
|
autocomplete: 'new-password',
|
||||||
item_class: 'formGroup--halfSize',
|
item_class: 'formGroup--halfSize',
|
||||||
},
|
},
|
||||||
editable: false,
|
editable: false,
|
||||||
|
|
Loading…
Reference in a new issue