---
title: "User settings configuration"
manual: "TYPO3 Explained"
version: "13.4"
permalink: "https://docs.typo3.org/permalink/t3coreapi:user-settings@13.4"
source: "Configuration/UserSettingsConfiguration/Index.rst"
rendered: "2026-09-21T07:21:01+00:00"
---

# User settings configuration {#user-settings}

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](https://docs.typo3.org/permalink/t3coreapi:user-settings-extending@13.4).

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'\]](https://docs.typo3.org/m/typo3/reference-tca/13.4/en-us/Index.html), but with less options.

The actual values can be accessed via the array `$GLOBALS['BE_USER']->uc`
as described in [Get User Configuration Value](https://docs.typo3.org/permalink/t3coreapi:be-user-configuration@13.4).

This functionality is provided by the `typo3/cms-setup` Composer package.

**Contents:**

-   [['columns'] Section](https://docs.typo3.org/permalink/t3coreapi:columns-section@13.4)
-   [['showitem'] section](https://docs.typo3.org/permalink/t3coreapi:showitem-section@13.4)
-   [Extending the user settings](https://docs.typo3.org/permalink/t3coreapi:extending-the-user-settings@13.4)
-   [View the configuration](https://docs.typo3.org/permalink/t3coreapi:view-the-configuration@13.4)
