Extend the breaking documentation.
Related: #71110
Releases: master
Change-Id: Ibfd60f4913748fe156260172ac61c1e0916d3177
Reviewed-on: https://review.typo3.org/44556
Reviewed-by: Stephan Großberndt <stephan@grossberndt.de>
Reviewed-by: Daniel Goerz <ervaude@gmail.com>
Tested-by: Daniel Goerz <ervaude@gmail.com>
Reviewed-by: Philipp Gampe <philipp.gampe@typo3.org>
Tested-by: Philipp Gampe <philipp.gampe@typo3.org>
Impact
======
-Setting the option mentioned above has no effect anymore. The PHP limit is used instead.
\ No newline at end of file
+Setting the option mentioned above has no effect anymore. The PHP limit is used instead.
+
+The TCA settings ``max_size`` for ``fe_users.image`` is removed, allowing editors to upload images up to the PHP-specific limit.
+
+
+Affected Installations
+======================
+
+Extensions that use ``$GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize']`` as default for the TCA setting ``max_size`` need adjustment, if the PHP-specific upload limit is higher than ``$TYPO3_CONF_VARS['BE']['maxFileSize']``.
+
+
+Migration
+=========
+
+Explicitly set a value for ``max_size`` or drop those lines from your TCA configuration.