Replies: 1 comment 3 replies
-
You can accomplish this using permission constraints, but first you'll want to figure out the exact mechanism by which you're qualifying sites for access. Maintaining a static list of site names scales very poorly; limiting sites by group, region, tag, etc. would work better. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using permissions, what's the way to restrict a non-admin user to a particular site? My use-case involves creating at least 60 users with access to different sites (1 or more). I looked into how the object permission model is written but it felt more like a model permission manager than an object.
Example:
User1
should only be allowed access toButler Communications, DM-Akron
User2
should only be allowed access toButler Communications, DM-Buffalo, MDF
User3
should only be allowed access toBeta Test
Beta Was this translation helpful? Give feedback.
All reactions