login to all sub portal from main portal.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/4/2009 5:36:52 AM
Gravatar
Total Posts 15
kamran

login to all sub portal from main portal.

 i want to cutomize the login control  so that  the users can login all sub portals  from a signle login address.(the main login page). i have worked on.using the loging and loged event i have done it . i create a procedure to which get user siteID by UserName/Email. Then Sitesettings are fetch by base on siteID. after all vildatation if the user is of sub portal.The  Control destination property is set to sub portal default page. where user is loged in.Let me know is there any issue with using the control is this way. 

8/4/2009 6:49:24 AM
Gravatar
Total Posts 18439

Re: login to all sub portal from main portal.

If you use folder based sites with related sites mode then signing into one site is the same as singing into all of them. However its not feasible with host name based sites because authentication cookies are set per host name and its not possible to read or set cookies accross different domains. Not to say its impossible to come up with a way to do it but any way to do it that I can think of would lead to bypassing security or exposing security vulnerabilities. I would not pursue it myself.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.