Attention

TYPO3 v10 has reached end-of-life as of April 30th 2023 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.

Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.

User Settings Configuration

The User Settings module determines what user settings are available for backend users. The users can access the settings by clicking on their name in the top bar and then "User settings".

A number of settings such as backend language, password etc. are available by default. These settings may be extended via extensions as described in Extending the User Settings.

The User Settings module has the most complex form in the TYPO3 backend not driven by TCA/TCEforms. Instead it uses its own PHP configuration array $GLOBALS['TYPO3_USER_SETTINGS']. It is quite similar to $GLOBALS['TCA'], but with less options.

The actual values can be accessed via the array $GLOBALS['BE_USER']->uc as described in Get User Configuration Value.

Contents: