• joselawrence

    (@joselawrence)


    I have just started learning wordpress code while I am trying to advance my php coding skills because I am also not very good at php, however I am testing a multisite installation on my localhost and I learned that whenever a new site is added to the network, nine db tables are replicated and the other two which include users and meta if am correct are shared by the entire network.

    I believe that the replication of those tables are meant to store separate information for individual sites. If this is the case, I would like for separate users information and passwords to also be stored for separate sites so that if a user that is part of a site and being added to another site, it will not be existing user, but a new user that can use the same username/email with different password. If this user is logged in to a particular site on the network, said user will not be loggedin to all other site that he/she is part off because the other sites stores different usernames and passwords each for the person.

    Somebody please help me. If there is a plugin that I can install to do this for me of some lines of codes I would appreciate the assistance. Please pardon my poor coding skills and assist me.

Viewing 6 replies - 1 through 6 (of 6 total)
  • JNashHawkins

    (@jnashhawkins)

    On a multisite, the users exist on the network and are then connected to the sites they are members of.

    If you want the users separated between subsites, you might as well install separate sites for each sub.

    You probably could modify the multisite system via a plugin to do what you wish but there’s very little need for the multisite then. There are maintenance dashboards that will let a system user maintain a group of discrete sites via a single login if you’d rather go that route.

    Thread Starter joselawrence

    (@joselawrence)

    Thanks for the reply @jnashhawkins. Well what I intend to do is to setup a website as a servies using the wpultimo plugin which enable me to sell sites on my multisite network, but and also have other services running on the same network(mainly through the main site) and I wouldn’t want someone that is a subscriber or likewise of two or more sites that have been purchased by different individual use the same forceably use the same username and password on all those sites and I would want to manage the entire system as one thats why I intend to use multisite with the feature I intend.

    novak70

    (@novak70)

    Thanks for giving the information GarageBand for PC Download

    Hello,

    Any updates on the topic?
    This is a quite valid concern of @joselawrence

    Cheers

    Thread Starter joselawrence

    (@joselawrence)

    Sure @metric99, Thanks for adding your voice to mine. I hope that the wordpess.org code team can look into this concern.

    Thread Starter joselawrence

    (@joselawrence)

    @metric99 have you come across this plugin: https://www.ads-software.com/plugins/allow-multiple-accounts/? It seems to provide the solution I am looking for. I am still testing though.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Multisite Separate users/subsites’ is closed to new replies.