TYPO3 v13 compatibility
This is the first version of the extension with support for TYPO3 13 and contains major breaking changes, which must be migrated manually (read below).
Note, that version 5.1.0 also contains a breaking change (migrated plugin to content element), so make sure to update to at least version 5.1.0, when using this extension with TYPO3 v13.
Breaking changes 🔥
[!!!][TASK] Added TYPO3 13 compatibility
The following TypoScript settings must be migrated manually to site settings:
plugin.tx_fechangepwd.settings.changePasswordPid
➡️fe_change_pwd.changePasswordPid
plugin.tx_fechangepwd.settings.redirect.*
➡️fe_change_pwd.redirect.*
Please ensure to remove the unused settings from TypoScript after migration to site settings.
This change is required, since full TypoScript is not available for cached pages in a PSR-15 MiddleWare any more.
This breaking change limits the plugin to be used once per Site, if the "Must change password" or "Password expiry date" features are used, which both need to redirect to a single page UID, which now is configured in site settings.
New Features
[FEATURE] Provide PSR-14 event to modify redirect URL parameters #19