Index: wp-signup.php
===================================================================
--- wp-signup.php	(revision 23226)
+++ wp-signup.php	(working copy)
@@ -369,10 +369,7 @@
 }
 
 // Main
-$active_signup = get_site_option( 'registration' );
-if ( !$active_signup )
-	$active_signup = 'all';
-
+$active_signup = get_site_option( 'registration', 'none' );
 $active_signup = apply_filters( 'wpmu_active_signup', $active_signup ); // return "all", "none", "blog" or "user"
 
 // Make the signup type translatable.
