Releases: derhansen/fe_change_pwd
Added new PSR-14 event
Added new PSR-14 event
Maintenance release
[BUGFIX] Add missing plugin description for content element wizard #86
[TASK] Use site set category and language labels #85
[TASK] Use core abstract class for list_type to CType migration #91
[TASK] Avoid redirect in middleware when logging in #93
[TASK] Use site set category and language labels #85
Maintenance release
[TASK] Avoid redirect in middleware when logging in #93
Migrate plugin to content element
With this version, the plugin has been migrated to a content element.
Please execute the included update wizards in order to automatically migrate existing plugins and permissions.
Breaking changes 🔥
[!!!][TASK] Migrate plugins to CType #84
The list_type
plugin has been migrated to a content type. Two migration wizards for existing plugins and permissions have been added.
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
Bugfix release
[BUGFIX] Clear changePasswordReason after password change #80
Bugfix release
[BUGFIX] Clear changePasswordReason after password change #80