Skip to content

Commit

Permalink
Stopped Chrome from auto-completing admin user profile form #1847
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Feb 5, 2018
1 parent 637308d commit 4c654ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions system/blueprints/user/account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c654ef

Please sign in to comment.