Hi,
I am working on a small multisite. Some users need edit access to all sites, while users should be limited to a single site’s panel.
Currently I have a single ‘site’ folder, and then each microsite has its own content and media folders. This works perfectly.
Any recommendations on how to implement these access restrictions? I am guessing I need to do something like add a ‘Sites’ select field to users, and then do some custom security function that checks this on every panel page load.