From 8d825a9feadbdfd2f0c63c1c6dd71e40cf2b4e9b Mon Sep 17 00:00:00 2001 From: lLefevre Date: Tue, 24 Jul 2012 09:02:36 +0000 Subject: [PATCH] [-] BO : fix #PSCFV-3280 --- themes/default/password.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/password.tpl b/themes/default/password.tpl index 4041683d1..1f0b24864 100644 --- a/themes/default/password.tpl +++ b/themes/default/password.tpl @@ -32,9 +32,9 @@ {include file="$tpl_dir./errors.tpl"} {if isset($confirmation) && $confirmation == 1} -

{l s='Your password has been successfully reset and a confirmation has been sent to your e-mail address:'} {$email|escape:'htmlall':'UTF-8'}

+

{l s='Your password has been successfully reset and a confirmation has been sent to your e-mail address:'} {$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}

{elseif isset($confirmation) && $confirmation == 2} -

{l s='A confirmation e-mail has been sent to your address:'} {$email|escape:'htmlall':'UTF-8'}

+

{l s='A confirmation e-mail has been sent to your address:'} {$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}

{else}

{l s='Please enter the e-mail address used to register. We will send your new password to that address.'}