|
|
Allow users to clear cacheAdmin users can always clear the page cache in TYPO3. But what about simple users created only to administer content ? By default they cannot clear the TYPO3 cache. But you can allow them to do so because sometimes is really needed.To allow regular users (non-admins) to clear the TYPO3 cache, edit the user in question (or the usergroup in question) and insert the following code in the TSconfig field of the user or usergroup: # The following line will allow the user to clear all the cache (including any cached templates) options.clearCache.all = 1 # The following line will allow the user to clear cache for all pages. options.clearCache.pages = 1 Voila, after that they should be able to clear the TYPO3 cache. General aspects : | TYPO3 | TYPO3 Installation | TYPO3 Configuration | TYPO Administration | TYPO3 Performance |TYPO3 Troubleshooting | TYPO3 Glossary | Development : | Typoscript | TYPO3 Extensions - TER | TYPO3 API | TYPO3 Extension Development | Extbase | Fluid? | 3rd party | Back to > CMS |
Google SearchLogin |