Content was removed
TYPO3 v15
passwordGenerator passwordRules replaced by passwordGenerator
Deprecated since version 14.2
See Deprecation: #69190 - Deprecate random password generator for frontend and backend users.
The passwordRules of the passwordGenerator have been replaced by the passwordPolicy.
The password option of the password field control has been
deprecated. Password generation is now configured through
Password policies
registered in
$GLOBALS.
TYPO3 v14
Remove TCA interface settings for list view
Breaking: #106412 - TCA interface settings for list view removed
the TCA options ['interface']
and ['interface'] are removed and not evaluated anymore.
maxDBListItems
-
- Path
- $GLOBALS['TCA'][$table]['interface']
Removed with TYPO3 14.0. Use TSconfig mod.web_list.itemsLimitSingleTable.
maxSingleDBListItems
-
- Path
- $GLOBALS['TCA'][$table]['interface']
Removed with TYPO3 14.0. Use TSconfig listOnlyInSingleTableView.
Remove deprecated ctrl subtype* options
See also Migration from subtypes to types.
subtypes_addlist
-
- Path
- $GLOBALS['TCA'][$table]['types'][$type]
Removed with TYPO3 14.0, deprecated with 13.4.
subtypes_excludelist
-
- Path
- $GLOBALS['TCA'][$table]['types'][$type]
Removed with TYPO3 14.0, deprecated with 13.4.
subtype_value_field
-
- Path
- $GLOBALS['TCA'][$table]['types'][$type]
Remove property foreign_table from group fields
Starting with TYPO3 13.4.10, this option is no longer needed. For Extbase, the proper type is inferred from the first entry in the allowed TCA configuration option. You should only set this option if you need backward compatibility to previous TYPO3 versions.