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: