Project

General

Profile

Feature #20362 ยป 10988.diff

Administrator Admin, 2009-04-27 12:02

View differences:

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'])) {
    (1-1/1)