Actions
Bug #61994
closedfelogin redirect to forgot page not working (wrong packaging?)
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2014-10-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In the latest TYPO3 source packages for 6.2.5 there is an error with the file
https://forge.typo3.org/projects/typo3cms-core/repository/revisions/master/entry/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php
namely in line 156 it reads in the current master (last changed 2014-07-25 21:49):
if ($this->piVars['forgot'] && $this->conf['showForgotPasswordLink']) {
while the downloadable source reads like this:
if ($this->piVars['forgot'] && $this->conf['showForgotPassword']) {
this causes my (and probably many other website's "forgot password" link to not work.
so to me it seems something went wrong when the package for 6.2.5 was created.
Actions