Allow clear cache options for BE_USERS TYPO3?
Asked Answered
S

3

7

I have created two new users in TYPO3 backend, role not like admin but i want those users to allow cache clear options for "Frontend cache" and "general cache" near "Logout" button in backend.

Steamy answered 17/11, 2016 at 13:28 Comment(1)
@jokumer rather then for every single user, add it to the usergroup, same setting in Options -> TSconfigEtymology
T
12

You can set this via UserTSConf for each user or user group:

options.clearCache.all = 1
options.clearCache.system = 1
Trustbuster answered 17/11, 2016 at 13:40 Comment(0)
M
14

You need to add this typoscript to their user accounts:

options.clearCache.pages = 1
options.clearCache.system = 1

Source: https://docs.typo3.org/typo3cms/TSconfigReference/singlehtml/#clearcache-pages

Merralee answered 17/11, 2016 at 13:38 Comment(0)
T
12

You can set this via UserTSConf for each user or user group:

options.clearCache.all = 1
options.clearCache.system = 1
Trustbuster answered 17/11, 2016 at 13:40 Comment(0)
S
7

In 9 LTS it is:

options.clearCache.all = 1
options.clearCache.pages = 1
Sargent answered 30/9, 2019 at 19:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.