diff -r 0c5efda996bf -r fb31c951d3a2 plugins/SpecialUserFuncs.php
--- a/plugins/SpecialUserFuncs.php Fri Sep 07 16:25:16 2007 -0400
+++ b/plugins/SpecialUserFuncs.php Sat Sep 08 14:02:19 2007 -0400
@@ -365,7 +365,7 @@
$s = $session->create_user($_POST['username'], $_POST['password'], $_POST['email'], $_POST['real_name'], $coppa);
}
}
- if($s == 'success' && !isset($coppa))
+ if($s == 'success' && !$coppa)
{
switch(getConfig('account_activation'))
{
@@ -512,108 +512,119 @@
echo '';
?>
-
+ validateForm();
+ setTimeout('checkUsername();', 1000);
+ // ]]>
+
+