@sam, what do you think about this (having groups able to be visible to all signed in users but not the public) as a suggested change?
1 Like
Maybe for now just do it with CSS? Use CSS rules to suppress it from the places where it shows up for anon. There is a top level anon class on the document.
4 Likes
Thanks Sam, that would work nicely for the appropriate display of groups to users.
However, wonât it mean that the data is still exposed in the HTML?
1 Like
Yes, that is the downside of using CSS to hide things, in practice though I doubt this should cause much of a problem.
5 Likes
To close this topic out, a visibility option for âLogged on usersâ was added a couple of years ago.
3 Likes