joomla dotproject integration

Discuss the integration of Joomla! with other products. ie SMF, phpbb etc etc

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
settojirao
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Aug 29, 2011 12:07 pm

joomla dotproject integration

Post by settojirao » Mon Sep 19, 2011 11:19 am

Hi all,

I am new to joomla. I want to integrate joomla with dotproject, i need single sign on and should access both using same login. Anyone done this before, suggest me how to do this.

Thanks in advance, waiting for ur posts.

jnodwell
Joomla! Ace
Joomla! Ace
Posts: 1284
Joined: Thu Jul 10, 2008 2:51 am
Contact:

Re: joomla dotproject integration

Post by jnodwell » Mon Sep 19, 2011 1:18 pm

I've done this before, but it was a few years ago. Extend the joomla registration/user components to also update/insert into the dotproject tables when used.

dotproject uses MD5 with no salt on the password (unlike joomla).
http://nodwell.net
http://cjeweb.com
Custom Web Development & Joomla! Templates

settojirao
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Aug 29, 2011 12:07 pm

Re: joomla dotproject integration

Post by settojirao » Tue Sep 20, 2011 3:56 am

Thanks for reply Jnodwell,

If i extend the joomla registration/user component to update/insert into the dotproject tables i will be having two copies of same login, one in joomla database and one in dotproject database, but what i want is when user login to joomla site he should be able to access dotproject also and when he close the dotproject he should use joomla site in that same login(without logging again).

To do this we have any extentions?

jnodwell
Joomla! Ace
Joomla! Ace
Posts: 1284
Joined: Thu Jul 10, 2008 2:51 am
Contact:

Re: joomla dotproject integration

Post by jnodwell » Tue Sep 20, 2011 10:18 am

The only way to make that happen is to modify the login for joomla or the login for dotproject so that it also logs the user into the tables for the other when logging in to one. The natural thing is to have joomla log the user into dotproject. If you can find an old copy of the SMF 2 Joomla bridge or a joomla to vbulletin bridge, you will see how it's done to bridge joomla with a forum - and what you want to do will be done the same (similar) way. You will always have two copies of the same login, though, to the user it seems as one because your bridge will create the dotproject login for that user when he/she creates a joomla one.
http://nodwell.net
http://cjeweb.com
Custom Web Development & Joomla! Templates


Locked

Return to “Integration & Bridges - 1.0.x”