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