App user management: "show only to admin"
-
I have several apps I only want to show to admins. (More so that there's now multidomain support, yay)
Right now if you want to do that, you have to keep and updated list of admins in a group (that can't be called "admin", I guess because it's already taken), and exclude all except this group.
Would it be possible to add "show only to admins" as a third option?
I did a quick mockup.
-
That is going to be a bit hard to add at the moment, since the data model for access controls is user and group based and the admin status is just a flag on the user record. This may be possible once we have more fine grained access controls and a real admin group as such.