Multisite Separate users/subsites
-
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.
- The topic ‘Multisite Separate users/subsites’ is closed to new replies.