Feature #20362 ยป 10988.diff
typo3/sysext/setup/mod/index.php (working copy) | ||
---|---|---|
function compileUserSetupData() {
|
||
global $BE_USER, $LANG;
|
||
$data = array();
|
||
$config = $GLOBALS['BE_USER']->getTSConfigProp('setup');
|
||
// Tab: Personal data
|
||
// compile the languages dropdown
|
||
... | ... | |
),
|
||
)
|
||
);
|
||
if ($config['hideNewPassword']) {
|
||
unset($data['personal_data']['columns']['newPassword'], $data['personal_data']['columns']['newPasswordAgain']);
|
||
}
|
||
// Tab: compiling the 'Startup' section
|
||
// start module select
|
||
if (empty($BE_USER->uc['startModule'])) {
|