fix: remove password filter option for Users grid
This commit is contained in:
parent
e5ab17f2f2
commit
9d23706909
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ class UserView(MasterView): # pylint: disable=abstract-method
|
|||
|
||||
# never show these
|
||||
g.remove("person_uuid", "role_refs", "password")
|
||||
g.remove_filter("password")
|
||||
|
||||
# username
|
||||
g.set_link("username")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue