[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:Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
Please register or sign in to comment