Deprecation: #88740 - ext:felogin pibase plugin related hooks
See forge#88740
Description
All legacy hooks related to the pibase plugin of EXT:felogin have been disabled and will be removed in TYPO3v11.
Impact
Extensions that use any of the following hooks will trigger a PHP E_
error:
$GLOBALS
['TYPO3_ CONF_ VARS'] ['EXTCONF'] ['felogin'] ['before Redirect'] $GLOBALS
['TYPO3_ CONF_ VARS'] ['EXTCONF'] ['felogin'] ['post Proc Content'] $GLOBALS
['TYPO3_ CONF_ VARS'] ['EXTCONF'] ['felogin'] ['password_ changed'] $GLOBALS
['TYPO3_ CONF_ VARS'] ['EXTCONF'] ['felogin'] ['forgot Password Mail'] $GLOBALS
['TYPO3_ CONF_ VARS'] ['EXTCONF'] ['felogin'] ['login_ confirmed'] $GLOBALS
['TYPO3_ CONF_ VARS'] ['EXTCONF'] ['felogin'] ['login_ error'] $GLOBALS
['TYPO3_ CONF_ VARS'] ['EXTCONF'] ['felogin'] ['login Form On Submit Funcs'] $GLOBALS
['TYPO3_ CONF_ VARS'] ['EXTCONF'] ['felogin'] ['logout_ confirmed']
Affected Installations
All instances using extensions that use any of the previously named hooks.
Migration
All of the hooks have been replaced by equivalent PSR-14 events.