[TYPO3-english] felogin forgot/reset password email link broken
Markus Klein
klein.t3 at mfc-linz.at
Wed Oct 17 16:11:26 CEST 2012
Hi!
Can you please open an issue on forge?
Thanks.
Kind regards
Markus
> -----Original Message-----
> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] On Behalf Of Bas van Beek
> Sent: Wednesday, October 17, 2012 4:01 PM
> To: typo3-english at lists.typo3.org
> Subject: Re: [TYPO3-english] felogin forgot/reset password email link broken
>
> I confirm this issue is still there, even in the latest TYPO3 version.
>
> It's easy to fix though. Open the following file:
>
> sysext/felogin/pi1/class.tx_felogin_pi1.php
>
> Replace:
>
> $msg = sprintf($this->pi_getLL('ll_forgot_validate_reset_password', '', 0), $user['username'], $link, $validEndString);
>
> With:
>
> // BVB Media hack: password forgotten link is being cut off in e-mail clients like Hotmail. We simply replace the dash with an encoded
> dash to bypass the broken link problem.
> $link=str_replace('|',rawurlencode('|'),$link);
> $msg = sprintf($this->pi_getLL('ll_forgot_validate_reset_password', '', 0), $user['username'], $link, $validEndString);
>
> Best regards,
>
> Bas van Beek
> Web developer
>
> Typo3 Multishop / BVB Media Ltd
>
> LinkedIn: http://nl.linkedin.com/in/basvanbeek
>
> Web: http://www.typo3multishop.com
> Twitter: http://twitter.com/typo3multishop
> LinkedIn: http://www.linkedin.com/groups?gid=3117344
> Facebook:
> http://www.facebook.com/pages/Typo3-Multishop/127486630606749
>
> Skype: typo3multishop
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list