• We were preparing for php 7 and updated from a pretty old version of this plugin.

    Please add an option to disable the following code:

    if ( is_multisite() ) {
        wp_redirect( apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' ) ) );
        exit;
    }

    One network we manage has two sites and users are only allowed to signup on one. The admins must add them to the other one. We have commented this code out for now but hope for an option moving forward to allow updates.

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    This is simply the way that multisite works. All registrations are handled on the main site. However, we have been looking into perhaps implementing an option to allow “per-site” registrations.

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite Registration’ is closed to new replies.