Sascha
Sascha

Reputation: 898

TYPO3 user permissions: "read-only" Extension mananger and Templates module


Hi, I'm looking for a way to set user permissions in the TYPO3 backend (Version 4.5.25 LTS in this special case) as follows:

Is this possible somehow? I know you can't restrict admin users like that. Is it possible to extend normal BE users like that? Or is there another way?

Thanks in advance!

Upvotes: 0

Views: 608

Answers (1)

pgampe
pgampe

Reputation: 4578

This is not possible unless you create an extension for this that hooks into the access right evaluation.

For your usecase, I recommend to put all TypoScript templates into files and give the user read only access to the filesystem.

You can also ship all templates inside an extension, then you just need to share the typo3conf/folder.

Upvotes: 1

Related Questions