• Hello All,
    So I’m still struggling to replicate everything the domain mapping plugin did before wordpress core started handling domain mapping and the mapping plugin has been “abandoned”.

    The functionality I’m trying to reproduce is how to have a single login for a network that is mapped to several different domains. lets say I have this network:

    blog 1 = domain-a.com
    blog 2 = domain-b.com
    blog 3 = domain-c.com

    I would like all my users to login at domain-a.com/wp-login.php and then be allowed access to the sites they are granted rights to. instead of having to login to each site individually. i.e., I’m an editor for all three sites, I don’t want to login at all three domains.

    with the domain mapping plugin this was accomplished because the backend still used subdirectories or subdomains. so you were really viewing domain-a.com/domain-b/wp-admin instead of domain-b.com/wp-admin. All your cookies where on domain-a.com

    I’ve been messing around with DOMAIN_COOKIE, ADMIN_COOKIE_PATH, COOKIEPATH and all the cookie constants and can’t seem to get anything working.

    Any solutions would be appreciated. Thanks!

  • The topic ‘Single login for multisite with domain mapping’ is closed to new replies.