X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fforms%2FPending%2FResetPassword.php;h=bcba21af82c51a73b08423f19c4008818ab914ad;hb=0fb09adccd5c3b305d56f1b267dbd3bf836fd17f;hp=91b0a73ea4c087858672b0648ea3087ae323fa3a;hpb=190fd621df4920c56a422c03663874cddaa67d64;p=syj.git diff --git a/application/forms/Pending/ResetPassword.php b/application/forms/Pending/ResetPassword.php index 91b0a73..bcba21a 100644 --- a/application/forms/Pending/ResetPassword.php +++ b/application/forms/Pending/ResetPassword.php @@ -1,5 +1,5 @@ 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(