Hi,
I have a problem with manager ACL. My situation looks like this:
contexts:
web - first web
subdomain1 - second web
subdomain2 - third web
I need to create two users with access to manager (mgr context):
- user1 - is able to update documents in subdomain1 context only. He can't see contexts: web, subdomain2
- user2 - is able to update documents in subdomain2 contecxt only. He can't see contexts: web, subdomain 1
So far I was able to hide contexts subdomain1 and subdomain2 from each other but I am not able to hide documents in "web" context from manager. Is it possible to do it?
The reason is that "main admin" is able to update documents in all these contexts, but there are some special users with access to specified context only.
Current version: ModX 2.1.3 but we will update to 2.2.x (probably 2.2.5).
Thank you very much for your help.
Martin
Create a Context Access ACL entry for the Administrator User Group with a context of 'web'.
Then remove the two users from the Administrator group and put them each in their own User Group. Create Context Access ACL entries giving them access to only the Contexts they should see.
Add the admin Super User to all three groups with a role of admin Super User.
All three User Groups will also need a Context Access ACL entry giving them access to the 'mgr' Context.
Generally, it makes things easier if only people with full access go in the Administrator User Group, imo.
Thank you, It works now.
My problem was, that I forgot to remove Load, List and View right from web context for user group.