Bug #82431
closed$GLOBALS['TYPO3_CONF_VARS']['BE']['interfaces'] does not match documentation
100%
Description
Hello core team,
description of $GLOBALS['TYPO3_CONF_VARS']['BE']['interfaces'] is currently:
"This determines which interface options is available in the login prompt and in which order (All options: ",backend,frontend")"
In sourcecode you will find 2 hard coded interfaces backend and frontend. And they have a stick ordering. You can't change ordering with this option. Further: The example ",backend,frontend" does not make sense, as source code just checks, if there are one or more values configured in this option. Nothing more. You can change that option to "hi,benny" and yes, you will get the selectbox in backend login. You can type in "mobile" and yes, you will be redirected to backend.
Please update documentation or change source code to work like documentation tolds.
Stefan