I run a Drupal site (4.6) and a Civicspace site (0.8.0.8).

How do I allow the user login names from one site to work also at the other one, (how can I use the account I created on the Drupal site to log in to the Civicspace site and vice versa)?

Help much appreciated.
Thank you,
Laura.

Comments

andyb’s picture

I haven't done this with a Civicspace site, but with plain Drupal you just need to enable the "drupal" module. I have this module enabled on my vanity blog, and use that blog ID to log in to this site.

imerlin’s picture

You probably could share user tables between those two installations through MySQL.

I'm running 8 websites on a single codebase with different databases. One login to rule them all.

Try this:

http://drupal.org/node/43816

I haven't looked at Civicspace but I assume the user table is still the same.