Fixed accounts filter only matches against email address [getgrav/grav-plugin-admin#2224]

This commit is contained in:
Matias Griese 2022-02-07 10:07:00 +02:00
parent 5eefc91781
commit 88219fbf0e
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
2. [](#bugfix)
* Fixed error while deleting retina image in admin
* Fixed "Page Authors" field in Security tab, wrongly loading and saving the value [#3525](https://github.com/getgrav/grav/issues/3525)
* Fixed accounts filter only matches against email address [getgrav/grav-plugin-admin#2224](https://github.com/getgrav/grav-plugin-admin/issues/2224)
# v1.7.29.1
## 01/31/2022

View File

@ -122,6 +122,8 @@ config:
fields:
- key
- email
- username
- fullname
blueprints:
configure: