Feature #17177
closedadd feature to force user group on subpages
0%
Description
Scenario:
Many users working on several project subtrees of a site (may create pages). Access management via groups associated with the projects. Each user may be member in an arbitrary number of project groups.
Needed behaviour: If a user creates a page in a certain project tree, that page should belong to the group associated with the project. Problem: group is not necessarily primary group of user, as the user may be in multiple project gruops.
Implementation suggestion: add "force usergroup for subpages" feature to force the default usergroup of subpages of a given page to the desired group.
(issue imported from #M5337)
Updated by Andreas Wolf over 17 years ago
This feature is already implemented... Just add
TCEMAIN.permissions.groupid = 3
to the TSconfig of the root-page of a sub-tree. Of course you have to change the group-id accordingly ;)