summaryrefslogtreecommitdiff
path: root/account.php
diff options
context:
space:
mode:
Diffstat (limited to 'account.php')
-rw-r--r--account.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/account.php b/account.php
index 369ce9828..e88699e47 100644
--- a/account.php
+++ b/account.php
@@ -315,8 +315,6 @@ function account_email_submit($userid, $email) {
$subject = strtr(t("Account details for %a"), array("%a" => $site_name));
$message = strtr(t("%a,\n\n\nyou requested us to e-mail you a new password for your account at %b. You will need to re-confirm your account or you will not be able to login. To confirm your account updates visit the URL below:\n\n %c\n\nOnce confirmed you can login using the following username and password:\n\n username: %a\n password: %d\n\n\n-- %b team"), array("%a" => $userid, "%b" => $site_name, "%c" => $link, "%d" => $passwd));
- print "<PRE>$subject<BR>$message</PRE>";
-
watchdog("message", "new password: `$userid' &lt;$email&gt;");
mail($email, $subject, $message, "From: noreply");