diff --git a/html/user/create_account_form.php b/html/user/create_account_form.php
index 16a8c44394..906832c6cc 100644
--- a/html/user/create_account_form.php
+++ b/html/user/create_account_form.php
@@ -4,68 +4,78 @@ require_once('util.inc');
db_init();
page_head('New Account');
-if (parse_config("
- Account creation is disabled for at the moment. - Please try again later. -
- +if (parse_config("+ Account creation is disabled for ".PROJECT." at the moment. + Please try again later. +
+ "; + page_tail(); + exit(); +} +$userid = $_GET['userid']; +echo " +Read the Rules and Policies + before creating an account.
-Read the Rules and Policies before creating an account.
+If you already received an account key, do not submit this form. + Activate your account instead.
-If you already received an account key, do not submit this form. Activate your account instead.
+ +"; - - -