diff --git a/db/seeds.rb b/db/seeds.rb index 2ff8f33f6..eb3b59312 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -4681,7 +4681,7 @@ ObjectManager::Attribute.add( type: 'password', maxlength: 100, null: true, - autocomplete: 'off', + autocomplete: 'new-password', item_class: 'formGroup--halfSize', }, editable: false,