Actually it is hard to find which patrons have which permissions. It can lead to mistakes and security issues. I've created a POC plugin : https://github.com/biblibre/koha-plugin-users-with-permissions Maybe permissions could be displayed in patrons search table.
+1, this would be handy
I actually wrote a simple PHP script to do this about 10 years ago, as a library needed to be able to easily audit user permissions, and I've been meaning to convert it into Perl... but it looks like you've saved me the hassle!
I have it in the Tools module with the label "User Audit", but I suppose it should be in the "Patrons" module? Maybe next to "Patron lists" we could have a "Permission audit" or "Permission review" button?
(In reply to David Cook from comment #3) > I have it in the Tools module with the label "User Audit", but I suppose it > should be in the "Patrons" module? Maybe next to "Patron lists" we could > have a "Permission audit" or "Permission review" button? Yep. Maybe a link "Patrons with permissions" ;)
(In reply to Fridolin Somers from comment #4) > (In reply to David Cook from comment #3) > > I have it in the Tools module with the label "User Audit", but I suppose it > > should be in the "Patrons" module? Maybe next to "Patron lists" we could > > have a "Permission audit" or "Permission review" button? > > Yep. > Maybe a link "Patrons with permissions" ;) Well, all patrons have permissions though, even if it's minimal permissions. That would also take up a lot of room on the screen on a Patrons toolbar.
"Permission review" sounds good then.