mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Fixed accounts filter only matches against email address [getgrav/grav-plugin-admin#2224]
This commit is contained in:
parent
5eefc91781
commit
88219fbf0e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user