Project

General

Profile

Actions

Bug #14756

closed

bug in the Hook for kb_md5fepw

Added by Dietrich Heise almost 19 years ago. Updated over 17 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 #1

Updated by Dietrich Heise almost 19 years ago

sorry, the input field of the bugtracker is to small :(
the fixed line must be:

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

Actions #2

Updated by Sebastian Roth over 18 years ago

thank you, fixed in CVS.

Actions #3

Updated by Volker Graubaum over 18 years ago

done

Actions #4

Updated by Stefan Strasser over 17 years ago

tx_newloginbox version 3.0.0 has been released (not yet reviewed)

Actions

Also available in: Atom PDF