1
first of all ... the search function and faq had no answer to this one ...
Question:
Assuming a user is member of more than one group (ex.: Registered User *AND* Webmasters) ...
and I grant permission to Module A in "Webmasters" and block permission to Module A in "Registered Users"
what are the resulting permissions ?
Will "permission vectors" for groups just be OR'ed resulting in precedence of "grant permissions" ?
like this ? :
X = grant access, 0 = deny access
Webmasters: XXXXXXXXXX0XX0X
Reg. Users: 00000X0000X0X0X
----------------------------- OR-Operation
Result : XXXXXXXXXXXXX0X
P.S.: Where do you guys hide the documentation ^^ ?