You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the resend confirmation mail plugin is broken because of the wrong order in \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin in ext_localconf.php
Hello,
the resend confirmation mail plugin is broken because of the wrong order in \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin in ext_localconf.php
It is:
But it should be:
Otherwise the wrong action (confirmCreateRequest) is called.
The text was updated successfully, but these errors were encountered: