By CNBarnes on
I had another question regarding my new install of Drupal for a multihost setup.
Basically I want to have 3 different domains on my server (www.txbarnes.com, www.txret.org, & www.triumphhomeschool.org).
I want to make sure that the user base for each is INDEPENDENT. Iow, I don't want to just assign roles for a user to prevent a user of txret.org from doing anything to a page in triumph.org - I don't even want them to be able to authenticate.
So - does Drupal allow each site to have their own set of users?
Comments
=-=
yes. don't share the users table in settings.php and your users will have create account on every site even when using a multi site/shared code base.