Story #55816
Epic #55813: Access Control Lists
Access control for node properties
0%
Description
It's currently not possible to restrict access to certain properties of nodes.
TYPO3 CMS¶
In TYPO3 CMS all fields of all DB tables (that have the "excludefields"-flag set) can be explicitly enabled for groups:
+ Very flexible
- low-level, hard to get right due to dependencies (e.g. property x needs property y to be whitelisted)
(to be continued)
Files
Updated by Rens Admiraal over 8 years ago
- Has to be configured in all new projects again and again and again
- Can not easily be deployed
We need to be sure we allow for permission blue prints or a deployable way as in many cases the available fields are defined by the integrator and never changed by the 'customer'. On the other hand it should also be possible to quickly enable the field in the UI ;-)
Maybe we should also make sure that a group of properties (like visibility) can be allowed / disallowed by just using 1 checkbox
Updated by Bastian Waidelich about 8 years ago
- Status changed from New to Closed