From 8040578c6eba60e60f816c50c569027b58bd09ea Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Sun, 3 Jan 2010 00:59:58 +0000 Subject: [PATCH] Text change on request of CAcert Support, Werner Dworak --- pages/account/13.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pages/account/13.php b/pages/account/13.php index 829b543..a2b67de 100644 --- a/pages/account/13.php +++ b/pages/account/13.php @@ -25,10 +25,18 @@ $day = intval(substr($user['dob'], 8, 2)); $body = sprintf(_("Hi %s,"),$user['fname'])."\n"; - $body .= _("You are receiving this email because you or someone else")."\n"; - $body .= _("has viewed your lost password questions.")."\n"; + $body .= _("You receive this automatic mail since you yourself or")."\n"; + $body .= _("someone else looked up your secret questions and answers")."\n"; + $body .= _("for a forgotten password.")."\n\n"; + $body .= _("If it was you who looked up or changed that data, or clicked")."\n"; + $body .= _("through the menu in your account, everything is in best order and")."\n"; + $body .= _("you can ignore this mail.")."\n\n"; + $body .= _("But if you received this mail without a recognisable reason,")."\n"; + $body .= _("there is a danger that an unauthorised person accessed your")."\n"; + $body .= _("account, and you should promptly change your password and your")."\n"; + $body .= _("secret questions and answers.")."\n\n"; - $body .= _("Best regards")."\n"._("CAcert.org Support!"); + $body .= _("With kind regards,")."\n\n"._("CAcert Support"); sendmail($user['email'], "[CAcert.org] "._("Email Notification"), $body, "support@cacert.org", "", "", "CAcert Support"); ?>