diff options
author | Janis Streib <janis@dogcraft.de> | 2015-01-21 00:10:18 +0100 |
---|---|---|
committer | Janis Streib <janis@dogcraft.de> | 2015-01-21 00:10:18 +0100 |
commit | 011b4c1a1538356ac1c301789fc0d96dafcf105f (patch) | |
tree | bfe44034ad41fcf8a806789c3bd2175700afc3b6 | |
parent | f4640b86d408433a0aea7ff9665e12f6f204c38d (diff) | |
download | cacert-devel-011b4c1a1538356ac1c301789fc0d96dafcf105f.tar.gz cacert-devel-011b4c1a1538356ac1c301789fc0d96dafcf105f.tar.xz cacert-devel-011b4c1a1538356ac1c301789fc0d96dafcf105f.zip |
FIX: Fixup: Better mailtext for support access.
-rw-r--r-- | pages/account/43.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index e19c3fb..a9218c6 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -332,13 +332,9 @@ if(intval($_REQUEST['userid']) > 0) { "looked up your secret questions and answers for a forgotten ". "password.\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". - "But if you received this mail without a recognisable reason, ". + "If you received this mail without a recognisable reason, ". "there is a danger that an unauthorised person accessed your ". - "account, and you should promptly change your password and your ". - "secret questions and answers."), + "account, and you should promptly report this to support@cacert.org."), date("Y-m-d H:i:s T"))."\n\n"; $body .= _("Best regards")."\n"._("CAcert Support"); |