From 450a1cb01f42e06b9d7f3497a118caf7511cd5d1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 26 Mar 2003 20:54:44 +0000 Subject: [PATCH] account creation svn path=/trunk/boinc/; revision=1106 --- html/user/account_created.php | 18 ++++++++++++------ html/user/create_account_form.php | 5 +++++ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/html/user/account_created.php b/html/user/account_created.php index 098631dc22..c3b2be8e32 100644 --- a/html/user/account_created.php +++ b/html/user/account_created.php @@ -4,16 +4,22 @@ $email_addr = $_GET["email_addr"]; page_head("Account created"); + if ($email_addr) { + echo " +

Congratulations - your ".PROJECT." account has been created

+

+ Your account key has been emailed to $email_addr. +
+ Please wait until you receive this email (it may take a minute or two). + "; + } else { + echo "

Activate your ".PROJECT." account

\n"; + } echo " -

Congratulations - your ".PROJECT." account has been created

-

- Your account key has been emailed to $email_addr. -
- Please wait until you receive this email (it may take a minute or two).

- + diff --git a/html/user/create_account_form.php b/html/user/create_account_form.php index 6527e60e70..7dfb7c7b97 100644 --- a/html/user/create_account_form.php +++ b/html/user/create_account_form.php @@ -49,6 +49,11 @@ row2("", ""); end_table(); echo "\n"; +echo "If you already received an account key, + click here + to activate your account +"; + page_tail(); ?>
Then copy and paste the account key here:
Copy and paste the account key here:
and click here: