User settings configuration
Changed in version 14.2
The backend user profile settings configuration, previously stored in
$GLOBALS, is now available in TCA at
$GLOBALS.
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 on "User settings".
A number of settings such as backend language, password, etc, are available by default. These settings can be extended via extensions as described in Extending the user settings.
The User Settings module is handled by TCA and configured via
$GLOBALS. It does, however,
have less options then normal TCA.
The values can be accessed via the array
$GLOBALS
as described in Get User Configuration Value.
Contents: