Skip to content
Snippets Groups Projects
Commit 3ce0a596 authored by Zsolt Molnar's avatar Zsolt Molnar Committed by Jan Helke
Browse files

[BUGFIX] Add urldecode for the forgotHash in FrontendLoginController

The GET parameter forgothash had to be urlencoded in order to provide
proper, clickable links in emails.
Exploding the hash at the pipe sign broke because it got encoded, thus
no pipe to explode by.

This fix applies a rawurldecode at the explode to avoid side effects.

Resolves: #73060
Releases: master, 7.6
Change-Id: Iffb0db26b591b26ed4c2bf78aa50c8bf1addec2b
Reviewed-on: https://review.typo3.org/47084


Reviewed-by: default avatarEugen Lang <laeu1011+gerrit@gmail.com>
Tested-by: default avatarEugen Lang <laeu1011+gerrit@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarJan Helke <typo3@helke.de>
Tested-by: default avatarJan Helke <typo3@helke.de>
parent 09f1f563
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment