From 78ddb3b62e6777ecae72d8b27e5edeac313ae39e Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 19 Apr 2017 01:12:06 +0200 Subject: [PATCH] =?UTF-8?q?Set=20password=20field=20to=20autocomplete=3D?= =?UTF-8?q?=E2=80=9Cnew-password=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/seeds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,