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)
Actions