Project

General

Profile

Actions

Bug #73060

closed

Felogin - forgotHash needs urldecode

Added by Antoine Bouet about 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
felogin
Target version:
Start date:
2016-02-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi all,

With Felogin, the forgot link send by mail doesn't work because the URL is encoded.

To make it work, change in /typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php :

line 303 :

$piHash = $this->piVars['forgothash'];

to

$piHash = urldecode($this->piVars['forgothash']);

Then it works :)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #23984: tx_felogin: forgot password-mails links not clickableClosedJigal van Hemert2010-11-08

Actions
Actions

Also available in: Atom PDF