Actions
Bug #21637
closedWrong text in install tool
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Under all configuration for the parameter
[defaultUserTSconfig]
it says:
"String (textarea). Enter lines of default frontend user/group TSconfig."
it should read:
"String (textarea). Enter lines of default backend user/group TSconfig."
(issue imported from #M12696)
Updated by Georg Ringer almost 15 years ago
sorry but this is for the FE groups > see [FE][defaultUserTSconfig]
and this is used in
typo3\sysext\cms\tslib\class.tslib_feuserauth.php on line 240
$this->TSdataArray[]=$GLOBALS['TYPO3_CONF_VARS']['FE']['defaultUserTSconfig'];
function description:- Will select all fe_groups records that the current fe_user is member of - and which groups are also allowed in the current domain.
- It also accumulates the TSconfig for the fe_user/fe_groups in ->TSdataArray
Actions