Text change on request of CAcert Support, Werner Dworak

pull/1/head
Philipp Dunkel 15 years ago
parent 93d8ca5f0f
commit 8040578c6e

@ -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");
?>

Loading…
Cancel
Save