Hi,

Can you tell me if it's possible to use the same user table on 2 drigg websites?

I would like to use a drigg-website1 users list on a drigg-website2, do I just need to copy the drigg-website1 users list table to the drigg-website2 users list database ?

Thanks.

Comments

mercmobily’s picture

Status: Active » Fixed

Hi,

I am not sure. I've never done it.
Please ask the Drupal forums and see existing documentation about this on Drupal.org

Bye,

Merc.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

ajayg’s picture

yes you can do this. See the documentation on multisite and how to share database tables on two installs of drupal. You can share user tables. If the two sites are under same subdomains you can even share session table and it will maintain sessions between two sites (single signon) like big portals do. If they are on different domain, you can still share users but they will have to loging logout seperately on each site.

Lexas’s picture

Hello, I've done this installation and like ajayg said, since each site has its own domain (differing only on subdomain), session is not shared.

These are the tables being shared:

access
authmap
filters
filter_formats
permission
role
sessions
users
users_roles

Is it possible to share session among different domain sites, or should I give up?

ajayg’s picture

Yes it is possible but you will need one of the contributed modules. There are a different ones available but can't say which ones will suit your needs. Perhaps you can compare and document your findings for the benefit of others.