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.
Allow clear cache options for BE_USERS TYPO3?
You can set this via UserTSConf for each user or user group:
options.clearCache.all = 1
options.clearCache.system = 1
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
You can set this via UserTSConf for each user or user group:
options.clearCache.all = 1
options.clearCache.system = 1
In 9 LTS it is:
options.clearCache.all = 1
options.clearCache.pages = 1
© 2022 - 2024 — McMap. All rights reserved.
Options -> TSconfig
– Etymology