Actions
Bug #14756
closedbug in the Hook for kb_md5fepw
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)
Updated by Dietrich Heise over 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) {
Updated by Stefan Strasser about 18 years ago
tx_newloginbox version 3.0.0 has been released (not yet reviewed)
Actions