[TYPO3-english] Access Permission: Expand "editcontent" to only allow a user to edit content elements only

bernd wilke t3ng at bernd-wilke.net
Fri Oct 9 08:22:58 CEST 2015


Am 08.10.15 um 16:57 schrieb Michael Holst:
> Hi Forum,
>
> I am in the midst of planning my user groups and page access permissions
> for a fairly large site ( ca. 40 BE Users ). I have a certain setup
> planned that will work great for what these BE users will need.
>
> Overview of User Groups:
>
> Global Admin - Access to all page Trees with all permission // This is
> ok Root Admin - Access to specific Page Tree // This is ok Editor -
> Access to certain pages with the full "editcontent" permission; Edit,
> add, delete, move content // This is ok
> *****
> Contributor - Access to certain pages ONLY EDIT content elements. //
> What I need here, is to be able to give these users only the option to
> edit content elements. Using the standard "editcontent" permission will
> give these users too much access because they can add, move and delete
> content elements.
> *****
>
> Is there a way to override the "editcontent" permission via tsconfig? Is
> this even possible? If not I will have to change my setup before I get
> to into-depth with the setup.

you don't want to override the permissions but you want to split them 
and have individual rights.
AFAIK you can not grant these rights individualy, but you may be able to 
get parts of it with side effects.
if you revoke the access to the field 'deleted' you may forbid teh user 
to delete records. if you revoke the access to the field uid you may be 
able to forbid creation. but that might be able only if you modify TCA 
for basic tables and fields and I do not know whether this is possible 
(and the core function respect settings to these fields

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list