Hide people list and invites from non-staff members? #14445
Replies: 1 comment
|
I would not expect In current GeoNode routing, the people, groups, and invitations surfaces are separate:
So for your requirement, I would treat this as a customization/policy override rather than a built-in env var:
For invitations specifically, the current code path is the clearest: Short version: I do not see a single GeoNode 5.1 setting that means "registered users can log in but cannot see other users/groups or invite people." You will probably need a small project-level URL/view/template/API permission override for that privacy model. If this matches what you are seeing, please mark it as the answer so others can find the lockdown-vs-directory distinction. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I have a GeoNode 5.1.0 Docker deployment with the env var LOCKDOWN_GEONODE=True. However, registered users can still view all other registered users within GeoNode. Additionally it seems all registered users are allowed to invite users. In my use case, there will be users from external organizations, and I do not want them to be able to see the full list of users in the system.
Is there a way to hide the People and Groups lists and invites for users who are not staff members or superusers?
All reactions