Project

General

Profile

Actions

Bug #59821

closed

link to forgot password page does'nt work in 6.2

Added by Karsten Nowak (undkonsorten) almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2014-06-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

The link to the forgot password page does'nt work in TYPO3 6.2.
In FrontendLogincontroller line 170

$this->conf['showForgotPassword']
is checked.
But in TS-Setup only
showForgotPasswordLink
is set.

Therefore link is shown in frontend but does'nt work

Change Ts-Setup to

showForgotPassword = 1

Now link is not shown in frontend but the forgot password form is shown when i set get parameter in url forgot=1

Change TS-Setup to

showForgotPassword = 1
showForgotPasswordLink = 1

All is working fine. Link is shown and work correctly.

I think its not intended in this way. Change

$this->conf['showForgotPassword'])
to
$this->conf['showForgotPasswordLink'])
would solve the problem too.

For this time i use the TS-Setup like above.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Feature #50138: Show forgot password if conf showForgotPassword = 1Closed2013-07-18

Actions
Has duplicate TYPO3 Core - Bug #61940: showForgotPasswordLink via TS not working Closed2014-09-28

Actions
Has duplicate TYPO3 Core - Bug #61994: felogin redirect to forgot page not working (wrong packaging?)Closed2014-10-01

Actions
Actions

Also available in: Atom PDF