diff --git a/html/user/create_account_action.php b/html/user/create_account_action.php index bc9e449d1d..d666b4418e 100644 --- a/html/user/create_account_action.php +++ b/html/user/create_account_action.php @@ -66,5 +66,6 @@ function show_error($str) { and give it your account key.
"; - mail($new_email_addr, "Account information for ".PROJECT,"The URL for this project is \n\n".MASTER_URL."\n\nYour account key is \n\n$authenticator\n\nCopy this information into the BOINC client."); + send_auth_email($new_email_addr, $authenticator); + page_tail(); diff --git a/html/user/get_passwd.php b/html/user/get_passwd.php index 4720d85705..f602edffd8 100644 --- a/html/user/get_passwd.php +++ b/html/user/get_passwd.php @@ -3,35 +3,36 @@ require_once("util.inc"); require_once("user.inc"); -page_head("Password"); -echo "
"; -echo ""; -echo "In order to protect your account from modification by others, we require both your e-mail address and password for access. "; -echo ""; -echo "
";
+page_head("Account key");
+echo "Get your ".PROJECT." account key++ + In order to protect your account from modification by others, + we require both your account key for access. + +
+
|
+ Your account key will be sent by e-mail to the address you + entered - you should receive it in a few minutes.
"; page_tail(); diff --git a/html/user/login_form.php b/html/user/login_form.php index 9d28a2d234..591b30383b 100644 --- a/html/user/login_form.php +++ b/html/user/login_form.php @@ -5,7 +5,7 @@ echo "