Project

General

Profile

Actions

Feature #88135

closed

Epic #92641: felogin feature collection

Add new hooks for extbase plugin

Added by Sven Proffe over 5 years ago. Updated over 2 years ago.

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']
Existing hooks without new versions:
  • $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 #1

Updated by Sven Proffe over 5 years ago

  • Subject changed from Add new hoks for extbase plugin to Add new hooks for extbase plugin
Actions #2

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?

Actions #3

Updated by Markus Klein almost 4 years ago

  • Parent task changed from #84262 to #92641
Actions #4

Updated by Christian Kuhn over 2 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

Also available in: Atom PDF