Actions
Feature #88135
closedEpic #92641: felogin feature collection
Add new hooks for extbase plugin
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2019-04-11
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Create hooks for the new extbase version of felogin that offer alternatives to the old piBase hooks.
The hook alternatives should be:$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['beforeRedirect']
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['login_confirmed']
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['logout_confirmed']
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['forgotPasswordMail']
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['login_error']
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['password_changed']
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['postProcContent']
Functionality should be replaced by appropriate fluid templating$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['loginFormOnSubmitFuncs']
Hidden fields and scripts should be inserted via fluid templating
Actions