For coders TYPO3 Tech Corner

Disable TYPO3 Backend for editors

Disable TYPO3 Backend for editors

Nothing is more annoying than when something has to be done quickly and you can't find the darned instruction how to lock TYPO3 temporarily. Therefore to copy for you:

# Close for all backend users $GLOBALS['TYPO3_CONF_VARS']['BE']['adminOnly'] = -1; # Only admins may login $GLOBALS['TYPO3_CONF_VARS']['BE']['adminOnly'] = 1; # Only admins and CLI users may login $GLOBALS['TYPO3_CONF_VARS']['BE']['adminOnly'] = 2;

Hinweis: You can put this statement in typo3conf/AdditionalConfiguration.php to prevent editors from logging into the backend.

Back

"Code faster, look at the time" - does this sound familiar to you?

How about time and respect for code quality? Working in a team? Automated tests?

Join us