X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fforms%2FPending%2FResetPassword.php;h=bcba21af82c51a73b08423f19c4008818ab914ad;hp=a18c071b38db7684cc2e0a17c485de8adc82427c;hb=0fb09adccd5c3b305d56f1b267dbd3bf836fd17f;hpb=1f6105289a49079809c2a4677b561bc82c62db88 diff --git a/application/forms/Pending/ResetPassword.php b/application/forms/Pending/ResetPassword.php index a18c071..bcba21a 100644 --- a/application/forms/Pending/ResetPassword.php +++ b/application/forms/Pending/ResetPassword.php @@ -9,7 +9,7 @@ class Syj_Form_Pending_ResetPassword extends Syj_Form_Pending $translator = $this->getTranslator(); $activatetext = $translator->translate("Hi %s. Someone, probably you, has asked to reset password for your account. To get a new password, validate with following button."); - $pseudo = htmlspecialchars($user->pseudo); + $pseudo = htmlspecialchars($user->pseudo, ENT_COMPAT, "UTF-8"); $activatetext = vsprintf ($activatetext, array($pseudo)); return array(