Auto Login

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.
5/17/2006 3:53:09 AM
Gravatar
Total Posts 9

Auto Login

I want to use Mojo as a child website to another app in which the users have already logged in. Synching the two databases (mine & mojo) shouldn't be too difficult, but I'm curious if there is a way to setup Mojo so a user who has logged into the parent, doesn't need to login again. In fact, can we disable the login/logout system completely and make it automatic?

The more I play with Mojo, the better I like it. Well done!

Chuck

5/17/2006 12:50:16 PM
Gravatar
Total Posts 18439

Re: Auto Login

If the parent app is in the same domain as the mojoportal site and the user exists in mojoPortal it may work, I don't know for sure but I think it might.

If you are using mojoportal for an intranet app, you could use Windows authentication, in which case the user would not have to login at all because the local machine login will pass through. It will even automatically create a new user in the mojoportal db for authenticated windows users when they first visit the site.

Hope it helps,

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