Project

General

Profile

Actions

Bug #61994

closed

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

Added by Jan Schreier over 9 years ago. Updated over 9 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 #1

Updated by Markus Klein over 9 years ago

  • Status changed from New to Needs Feedback
Actions #2

Updated by Jan Schreier over 9 years ago

Ok I see. thank you for pointing me to this. It didn't show up like this in the repository log I looked at but that is maybe may lack of understanding backports which I will look into now :)

Actions #3

Updated by Markus Klein over 9 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF