Set password field to autocomplete=“new-password”.

This commit is contained in:
Martin Edenhofer 2017-04-19 01:12:06 +02:00
parent e9104157f8
commit 78ddb3b62e

View file

@ -4681,7 +4681,7 @@ ObjectManager::Attribute.add(
type: 'password',
maxlength: 100,
null: true,
autocomplete: 'off',
autocomplete: 'new-password',
item_class: 'formGroup--halfSize',
},
editable: false,