How to create multisite login for sub domains

nikmahajan - January 17, 2009 - 17:41

I means suppose I have a domain www.example.com where drupal is installed. I create three sub domains such as one.example.com, two.example.com and three.example.com all with seperate drupal installations on them. My host doesn't supports wildcards so no sub domains on the same drupal installation. Now suppose somebody wants to register with all these sites but registering seperately is very cumbersome process. He is looking something simple that can have him common access to all thes sites.

This is what I am asking you. Isn't there any module which let you use same login information to enter different sub domains created with seperate drupal installations.

I know about openid but this is not what I am looking for. I am looking for something such as multisite login module which could be used over seperate sub domains only. I need something very similar to it but for sub domains not for seperate domains.

multisite_login Module

dhSilverPhoenix - March 18, 2009 - 14:04

http://drupal.org/project/multisite_login

REQUIREMENTS
You must be:

Using a multisite installation.
Using a separate database for each site (no table prefixing, though the code could be modified to allow for this, patches welcome).
Share the users table across all sites (If this is not you, what are you hoping that this module will do for you?)

see http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/multisite_l... for more info

Having said that its only V5 and i'm still looking for a way to get this to work. Personly would have prefered V6.

This module is not for multi site within a site

nikmahajan - March 19, 2009 - 08:56

Hi dhSilverPhoenix,
thanks for telling me about multisite_login.module but what I read about it is that it is not for multi site within a same domain. That is I can't make use of it in sub1.example.com, sub2.example.com. Any other module or method that can help. Please tell.

 
 

Drupal is a registered trademark of Dries Buytaert.