Stopped Chrome from auto-completing admin user profile form #1847

This commit is contained in:
Andy Miller
2018-02-05 13:07:51 -07:00
parent 637308d294
commit 4c654ef19c
2 changed files with 2 additions and 0 deletions

View File

@@ -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)

View File

@@ -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