Project

General

Profile

Task #88740

Updated by Jan Stockfisch over 4 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 pibase felogin pi base plugin. The equivalent extbase plugin should be used instead.  

 All Hooks are also deprecated and most have been replaced by PSR-14 events. 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']

Back