summaryrefslogtreecommitdiff
path: root/pages/account
diff options
context:
space:
mode:
Diffstat (limited to 'pages/account')
-rw-r--r--pages/account/43.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/pages/account/43.php b/pages/account/43.php
index 6e4ebf1..dfae9af 100644
--- a/pages/account/43.php
+++ b/pages/account/43.php
@@ -321,14 +321,10 @@ if(intval($_REQUEST['userid']) > 0) {
<?
} else {
$body = sprintf(_("Hi %s,"),$row['fname'])."\n\n";
- $ip = anonymizeIp($_SERVER['REMOTE_ADDR']);
- if($ip === false) {
- $ip = _("Error");
- }
- $body .= sprintf(_("You receive this automatic mail since you yourself or someone ".
- "else looked up your secret questions and answers for a forgotten ".
+ $body .= sprintf(_("You receive this automatic mail since a supporter ".
+ "looked up your secret questions and answers for a forgotten ".
"password.\n\n".
- "Network: %s\nTime: %s\n\n".
+ "Time: %s\n\n".
"If it was you who looked up or changed that data, or clicked ".
"through the menu in your account, everything is in best order ".
"and you can ignore this mail.\n\n".
@@ -336,7 +332,6 @@ if(intval($_REQUEST['userid']) > 0) {
"there is a danger that an unauthorised person accessed your ".
"account, and you should promptly change your password and your ".
"secret questions and answers."),
- $ip,
date("Y-m-d H:i:s T"))."\n\n";
$body .= _("Best regards")."\n"._("CAcert Support");