Not sure if this is related… or if it needs a separate thread.
I have three related sites in MSM where I’d like it if a user logs in on any one of the sites, it will log in on the others.
In my config, I have:
$config['multi_login_sites'] = "http://mathsclass.net/|http://mathskit.net/|http://mathslinks.net/";
$config['multiple_sites_enabled'] = "y";This worked when I was on 2.1.3. Logging into to one site, would quickly flick through the other two sites and login to them as well.
In 2.2, it doesn’t.