mirror of
https://github.com/getgrav/grav.git
synced 2026-04-14 16:47:35 +02:00
Fixed accounts filter only matches against email address [getgrav/grav-plugin-admin#2224]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -122,6 +122,8 @@ config:
|
||||
fields:
|
||||
- key
|
||||
- email
|
||||
- username
|
||||
- fullname
|
||||
|
||||
blueprints:
|
||||
configure:
|
||||
|
||||
Reference in New Issue
Block a user