mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 06:06:19 +02:00
Stopped Chrome from auto-completing admin user profile form #1847
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user