Title: *IMPORTANT* Multisite
Last modified: August 30, 2016

---

# *IMPORTANT* Multisite

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/important-multisite/)
 * With Theme My Login 7.0 in sight, I want to announce as far in advance as possible
   that it will no longer support multisite. Multisite integrates with themes out
   of the box, making TML’s support redundant and unrequired.
 * Any thoughts or concerns? Go ahead and post them here.
 * [https://wordpress.org/plugins/theme-my-login/](https://wordpress.org/plugins/theme-my-login/)

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/topic/important-multisite/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/important-multisite/page/2/?output_format=md)

 *  [jshare](https://wordpress.org/support/users/jshare/)
 * (@jshare)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/important-multisite/#post-6207984)
 * I just started using it on a Multisite install, although I’m only using it on
   a single blog and not across a network. Will that be ok moving forward?
 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/important-multisite/#post-6207993)
 * You will be okay.
 *  [jessicana](https://wordpress.org/support/users/jessicana/)
 * (@jessicana)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208021)
 * This is not the best news to announce Jeff. We need it on WP Multisite and it’s
   the only way to go for us. I mean instead of announcing that you will enhance
   the performance on Multisite you are deactivating it from there.
 * Please leave it multisite compatible.
 *  [hwy101](https://wordpress.org/support/users/hwy101/)
 * (@hwy101)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208022)
 * wow. bummer.
 * I just converted over to TML on a new multisite install because I wanted users
   to be able to log in using their email address and also to redirect them to the
   home page after logging in.
 * Now it looks like we’ll be stuck with usernames only and forced wp dashboard 
   on login.
 * 🙁
 * Any chance you’ll reconsider?
 *  [jessicana](https://wordpress.org/support/users/jessicana/)
 * (@jessicana)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208023)
 * Less users will be using the plugin. I think it’s a good idea to reconsider.
 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208025)
 * Maybe I should reword it. Most aspects of the plugin will continue to work with
   multisite. What’s going to change is multisite will use it’s default signup and
   activation screens, which are already themed.
 *  [jessicana](https://wordpress.org/support/users/jessicana/)
 * (@jessicana)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208027)
 * Well, in terms of functionality Jeff, when I run a subdomain and have the plugin
   installed and activated on multisites. If I user reaches Coffee page for example
   on my subdomain and signup from there, will he be redirected back to the coffee
   page on my subdomain?
 * We are highly worried about the functionality and any demonstration will help
   us understand our next steps.
 * Just to let you know, we disabled the registration on our site through wp-login.
   php by using:
 *     ```
       /**
       * remove the register link from the wp-login.php script
       */
       add_filter('option_users_can_register', function($value) {
           $script = basename(parse_url($_SERVER['SCRIPT_NAME'], PHP_URL_PATH));
   
           if ($script == 'wp-login.php') {
               $value = false;
           }
   
           return $value;
       });
       ```
   
 * Do we have to remove the above after the next update?
 * Thank you.
 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208028)
 * You do know there is a setting in the administration screen for that, right?
 *  [Rob Record](https://wordpress.org/support/users/robrecord/)
 * (@robrecord)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208043)
 * Jeff, can you please link me to some documentation that shows how to use the 
   new standard Multisite process for theming login. etc, as you stated?
 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208044)
 * Multisite only themes signup and activation. TML will still work to theme login
   and password recovery.
 *  [Riccardoperello](https://wordpress.org/support/users/riccardoperello/)
 * (@riccardoperello)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208049)
 * Hi. Bad news for Multisite.
    I have TML installed in a multisite network. I register
   on my network and I receive the activation link by email. But this one goes to
   the login page, without activating the user.
 * What can I do to use the regular wordpress activation together with the login/
   register/lostpassword of TML?
 * Riccardo
 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208050)
 * I don’t really understand the question.
 *  [Riccardoperello](https://wordpress.org/support/users/riccardoperello/)
 * (@riccardoperello)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208051)
 * Sorry Jeff.
    I found out that is better to use your TML on single sites and allow
   users to register on the network site without TML but with the default WordPress
   wp-signup.php.
 * Thanks for your plugin.
 * Riccardo
 *  [ebud](https://wordpress.org/support/users/ebud/)
 * (@ebud)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208060)
 * So essentially this is going away?
 * if ( is_multisite() ) {
    require_once( WP_PLUGIN_DIR . ‘/theme-my-login/includes/
   class-theme-my-login-ms-signup.php’ );
 *  // Instantiate Theme_My_Login_MS_Signup singleton
    Theme_My_Login_MS_Signup::
   get_object(); }
 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/important-multisite/#post-6208061)
 * [@ebud](https://wordpress.org/support/users/ebud/) Yes.

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/topic/important-multisite/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/important-multisite/page/2/?output_format=md)

The topic ‘*IMPORTANT* Multisite’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

 * 25 replies
 * 12 participants
 * Last reply from: [micvideo](https://wordpress.org/support/users/oceandigital/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/important-multisite/page/2/#post-6208087)
 * Status: not a support question