What we have done is to use the SqlMembershiProvider, instead of Umbraco's own. This gives you a separate membership database/connection string. Downside is, that you cannot use the Members section in umbraco to manage the members, and setup membertypes etc.
So if you're ok with Umbraco not knowing anyting about members, then it is an easy way to go.
Share members between two Umbraco installs
Hi,
I have two Umbraco installes, which I want to be seperate installs for several technical reasons.
I want members to be able to log in to both using the same username and password (regular asp.net membership provider)
It can be either SSO or not, I'm not pickey.
Is there any established method of doing this? If not, can anybody point me an a direction?
Thank you!
What we have done is to use the SqlMembershiProvider, instead of Umbraco's own. This gives you a separate membership database/connection string. Downside is, that you cannot use the Members section in umbraco to manage the members, and setup membertypes etc.
So if you're ok with Umbraco not knowing anyting about members, then it is an easy way to go.
is working on a reply...