Project

General

Profile

Actions

Bug #14756

closed

bug in the Hook for kb_md5fepw

Added by Dietrich Heise about 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
felogin
Target version:
-
Start date:
2005-05-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in line 244 is a bug so that the hook don't work:

foreach $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/pi1/class.tx_newloginbox_pi1.php']['forgotEmail'] as $funcRef) {

must be changed to:

foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/pi1/class.tx_newloginbox_pi1.php']['l loginFormOnSubmitFuncs'] as $funcRef) {

(issue imported from #M1110)

Actions

Also available in: Atom PDF