Hello,I've recently been digging into ACLs on our instance and I found a Read ACL on the sys_user table for user.* It current applies to anyone that meets the following conditions:if (gs.getUserID() == current.sys_id || gs.getUser().hasRoles())
...
Thank you, that's a good idea. Yes I thought it was something along those lines, something a bit quick and dirty. I will implement something to replace.