well…. you need a user to manage the site, right?
If they are all yours, just add them from the backend at Super Admin -> Sites. Keep using your main email then you’ll only ever have one user.
the signup page asks for a username or a username and a site name. Can’t get just a site unless you are logged in (and thus, have a username).
If that doesn’t make any sense for what you;re trying to do, then explain what it is you’re trying to do. 🙂
Sorry, I meant during signup where users have the option to ‘gimme a site’ or ‘just a username please’ I just worded the question wrong.
I’d rather users not have the option and just force site creation.
Anyhow, I think I figured it out by removing the following in wp-signup.php:
<input id="signupuser" type="radio" name="signup_for" value="user" <?php echo $signup['user'] ?> />
<label class="checkbox" for="signupuser"><?php _e('Just a username, please.') ?></label>
Will removing the above create any problems? So far it has not.
Thanks again Andrea_r.
Just whenever you upgrade remember you did this so you can put it back. 🙂