Task #88740
Updated by Jan Stockfisch over 5 years ago
Deprecate all hooks in TYPO3\CMS\Felogin\Controller\FrontendLoginController as they cannot be directly taken care of. All hooks do pass a reference of the pi base plugin. extbase cant do that.
In particular the hooks are:
* $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['beforeRedirect']
* $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['postProcContent']
* $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['password_changed']
* $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['forgotPasswordMail']
* $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['login_confirmed']
* $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['login_error']
* $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['loginFormOnSubmitFuncs']
* $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['logout_confirmed']