Interfacing with another system user account details

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.
3/30/2009 3:21:44 AM
Gravatar
Total Posts 19

Interfacing with another system user account details

Dear all,

 

I was wondering if it is possible to interface mojoportal user/login account to another system's database? Currently, my users have a few systems which have their own user accoutns and passwords to remember by. To lighten the burden of my users, I would like to interface it to one of this system's user account table rather than using active directory. Currently, our active directory is experiencing a lot of problems and most users use a common user account rather than their own individual active directory account. Since I have no control over active directory, the option that I have raised seemed like a better alternative. I just need you guys to point out which files/functions in mojoportal I need to amend to accomplish what I have raised earlier. Thanks in advance.

 

Regards,

Farah K.

3/30/2009 6:23:28 AM
Gravatar
Total Posts 18439

Re: Interfacing with another system user account details

There are different strategies one may use for integration. One technique is to use sql triggers to keep data in sync. Another is to create your own custom login page and replace the one in mojoportal. You will have to come up with your own strategy to meet your needs, but those are a couple of ideas.

Hope it helps,

Joe 

4/1/2009 4:23:23 AM
Gravatar
Total Posts 19

Re: Interfacing with another system user account details

Thanks Joe for the ideas.

 

I think I will try to create my own custom login page first. But if I decide to pursue this option, how will it affect the group profiling, etc in mojoportal? What should I keep in mind when doing a custom login page?

 

Regards,

Farah K.

4/1/2009 6:16:06 AM
Gravatar
Total Posts 18439

Re: Interfacing with another system user account details

You are going to have to learn and understand both systems to do integration. I can answer some specific questions but I cannot guide you step by step through your project. I have my own work to do. 

Best,

Joe

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