currently we have a world wide site, but we want to get users to log into their countries version of the site. we are hoping DNN can help us make this transition.
The question I am currently working on has to do with our longtime policy to only allow users to have one username and one password for all of our websites. in the past we were able to do this with php and mysql, by connecting the login and registration feature on all of our websites to the same database. DNN uses the same database but seperates the users by portal id.
Is there anyway to have several sites (on the same server, using the child/parent portals feature) but make it so that the user only registers once for all the related sites?
I am wondering if this is done when creating a portal or alias by utilizing the custom login id? we want to seperate our content by country but we want to keep only one database of all of our world wide users?
Or at least is there a way to syncronize a users username from one portal to another portal?
Here is the problem. if a user logs into their country site and has a profile there and also logs into the global site and also has a profile there then that will cause confusion. We do not want to send them two emails. This would also throw off our membership numbers.
Thanks