Page 1 of 1

How to share user accounts across multiple sites

Posted: Thu May 27, 2010 6:13 am
by mathes
Dear Members,

I have a Recruitment portal (www.shreejobs.com) with 3 subfolders for India, Malaysia & Singapore.

www.shreejobs.com/injobs --- using MySQL indb
www.shreejobs.com/myjobs -- using MySQL mydb
www.shreejobs.com/sgjobs --- using MySQL sgdb

All 3 website & db structures are identical except for some country customization.

Now I want to integrate all 3 websites to allow the jobseekers to access the jobs posted in all 3 sites with single login.

How do share the user account (table : jobseekers) accross the subfolders?

Thanking you all in advance for your help.

mathes

Re: How to share user accounts across multiple sites

Posted: Thu May 27, 2010 6:55 am
by internet-solution
Are you using any opensource CRM or have developed a custom CRM for the site?

One way is to check jobseekers table in all three databases in the login script.