Project

General

Profile

Actions

Bug #16015

closed

password-forgot-mail contains htmlencoding (")

Added by Stefan Strasser over 18 years ago. Updated about 18 years ago.

Status:
Closed
Priority:
Should have
Category:
felogin
Target version:
-
Start date:
2006-04-09
Due date:
% Done:

0%

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

Description

In the mail being sent by the password-forgot the username and password are enclosed by " instead of quotation marks. I'm using Typo3 4.0 and newloginbox 2.2.11

I tried to find a solution and here is my idea:
On line 129 of class.tx_newloginbox_pi1.php pi_getLL is called with the third parameter=1 which will cause pi_getLL to htmlencode the text. Because the mail is sent as plaintext-mail and not as html-mail this doesn't make sense (IMHO). The solution is to set this parameter to 0 or false.
As far as I can guess from the source, this change don't has an impact on the rest of the code.

Another way would be to delete the quotation marks in the 'forgot_password_pswmsg'-text in locallang.php.

(issue imported from #M3197)


Files

quot.diff (888 Bytes) quot.diff Administrator Admin, 2006-09-26 16:29
Actions #1

Updated by Stefan Strasser about 18 years ago

It is still the same with Typo3 4.0.2 and newloginbox 3.0.0. I attached a patch for it.

Actions #2

Updated by Stefan Strasser about 18 years ago

patched in Subversion, change will be in 3.0.1

Actions #3

Updated by Stefan Strasser about 18 years ago

3.0.1 - which contains fix - is released

Actions

Also available in: Atom PDF