NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item1673: Mising Content-Type in mailresetpassword.tmpl
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Low |
Closed |
Engine |
email templates |
WillNorris |
When I reset password and my environment is set for Czech Republic I receive a mail in czech, but the characters are strange. I searched for a cause and found that template mailresetpassword.tmpl is missing Content-Type part, like the one that can be found in registerconfirm.tmpl.
MIME-Version: 1.0
Content-Type: text/plain; charset=%CHARSET%
Content-Transfer-Encoding: 8bit
Adding above three lines to the template fixed the problem.
--
PetrMatejka - 28 May 2009
thanks, updated.
also, did a grep for other templates containing
Subject: and found no other matches in core.
--
WillNorris - 31 May 2009