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 " +
+ 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 "
- Your account key has been emailed to $email_addr.
-
- Please wait until you receive this email (it may take a minute or two).