Project

General

Profile

Actions

Bug #21637

closed

Wrong text in install tool

Added by Jochen Weiland almost 15 years ago. Updated over 14 years ago.

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)

Actions #1

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 #2

Updated by Chris topher over 14 years ago

The text seems to be correct.

Actions

Also available in: Atom PDF