From 4c654ef19c3ec009c179fca42d02739388157ee3 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 5 Feb 2018 13:07:51 -0700 Subject: [PATCH] Stopped Chrome from auto-completing admin user profile form #1847 --- CHANGELOG.md | 1 + system/blueprints/user/account.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29f5d10b..73639b4e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Added a new `Medium::exists()` method to check for file existence 1. [](#improved) * Better `Page.collection()` filtering support including ability to have non-published pages in collections + * Stopped Chrome from auto-completing admin user profile form [#1847](https://github.com/getgrav/grav/issues/1847) 1. [](#bugfix) * Fixed OpenGraph metatags so only Twitter uses `name=`, and all others use `property=` [#1849](https://github.com/getgrav/grav/issues/1849) diff --git a/system/blueprints/user/account.yaml b/system/blueprints/user/account.yaml index 29628c40a..7717a01bb 100644 --- a/system/blueprints/user/account.yaml +++ b/system/blueprints/user/account.yaml @@ -40,6 +40,7 @@ form: type: password size: large label: PLUGIN_ADMIN.PASSWORD + autocomplete: new-password validate: required: false message: PLUGIN_ADMIN.PASSWORD_VALIDATION_MESSAGE