Project

General

Profile

Actions

Bug #61994

closed

felogin redirect to forgot page not working (wrong packaging?)

Added by Jan Schreier almost 10 years ago. Updated almost 10 years ago.

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.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #59821: link to forgot password page does'nt work in 6.2Closed2014-06-23

Actions
Actions

Also available in: Atom PDF