Actions
Bug #59821
closedlink to forgot password page does'nt work in 6.2
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
showForgotPasswordLinkis 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.
Actions