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
Updated by Sven Proffe over 5 years ago
- Subject changed from Add new hoks for extbase plugin to Add new hooks for extbase plugin
Updated by Benni Mack over 4 years ago
- Status changed from New to Needs Feedback
Can you check which ones are still missing in the new Extbase plugin that would be needed?
Updated by Markus Klein about 4 years ago
- Parent task changed from #84262 to #92641
Updated by Christian Kuhn almost 3 years ago
- Status changed from Needs Feedback to Closed
Hey. I hope it's ok to close here for now: The issue got no further feedback and it's not clear anymore which hooks / events should still be implemented. Let's restart with a fresh issue if there is still something to do.
Actions