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

Also available in: Atom PDF