You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the security ViewHelper (v:security.allow or v:security.deny) the subgroups of backend user groups aren't considered.
E.g. when using this ViewHelper in Fluid...
<v:security.allowbackendUserGroups="5">
...the ViewHelper should not only check if the current backend user has group with uid 5 assigned, but also, if one of his assigned backend groups has the group with uid 5 as subgroup (or one of the subgroups has this group assigned).
There is a core function to get the BE groups and subgroups of a current user:
In the security ViewHelper (v:security.allow or v:security.deny) the subgroups of backend user groups aren't considered.
E.g. when using this ViewHelper in Fluid...
...the ViewHelper should not only check if the current backend user has group with uid 5 assigned, but also, if one of his assigned backend groups has the group with uid 5 as subgroup (or one of the subgroups has this group assigned).
There is a core function to get the BE groups and subgroups of a current user:
The text was updated successfully, but these errors were encountered: