Skip to content
Snippets Groups Projects
Commit d685d021 authored by Oliver Hader's avatar Oliver Hader Committed by Oliver Hader
Browse files

[TASK] Add missing documentation for BackendUserConfigurationUpdate

Resolves: #91417
Releases: master, 9.5
Change-Id: I690cf19965310cdb8612dca3b34f751aafb4c550
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64502


Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent 7c4699b2
Branches
Tags
No related merge requests found
.. include:: ../../Includes.txt
===================================================================================
Important: #89269 - Introduce Upgrade Wizard for invalid Backend User configuration
===================================================================================
See :issue:`89269`
Description
===========
Each database record in table `be_users` stores an individual user configuration in
the field `uc`. It is exposed during runtime in :php:`$GLOBALS['BE_USER']->uc`.
In older TYPO3 versions serialized class instances of :php:`\stdClass` have been
persisted to mentioned field - which is not possible anymore since TYPO3 v9.
A corresponding upgrade wizard **"Update backend user configuration array"**
aims to convert :php:`\stdClass` data to plain PHP arrays using scalar values.
Since this upgrade wizard was introduced late with TYPO3 v9.5.11 it is suggested
to make sure this upgrade step is executed in case a website has been updated
before (e.g. from TYPO3 v8 to TYPO3 v9.5.1).
.. index:: Backend, Database, ext:install
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment