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.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With