The simpler media website CMS
JFusion is a free GPL Extension for the award winning Content Management System (CMS) Joomla. JFusion provides universal user integration, by extending the Joomla 1.5 user authentication framework without any core hacks.I noticed there had already been a couple of discussions about this, probably the most interesting one being the one where Chilifrei64 actually seemed to be in the process of experimenting with such a solution.
With JFusion your users can login to both Joomla and the software(s) integrated by JFusion using the same username/password. No core hacks are made to either Joomla! or the integrated software(s) which has the advantage that you can upgrade your software normally without tedious reconfigurations.
JFusion has bi-directional user-sync, which means that users can be both imported and exported from Joomla.
Comments
So, the main purpose is the Universal Login, but JFusion also transfers and syncs data between databases and maintains them automatically.
I really think developers should take JFusion seriously. It's the most significant mod in the entire library at Joomla, in my opinion. Developers are writing mods, components, plugins, programs like crazy but not many people are working toward an integrated solution. Not in the Open Source arena, anyway. They provide a bridge here, a plug in there... but from a website owner's point of view it's hard to pull the pieces together so they all work together. I hadn't taken much notice of Joomla until I discovered JFusion. This is an awesome mod.
I'm still looking for a way to integrate ZenPhoto in Joomla. Main concern is single login, ie using Joomla user login for directly accessing zp pages without having to reenter username+password.
(from a design point of view, puttinf ZP a
I'm still looking for a way to integrate ZenPhoto in Joomla. Main concern is single login, ie using Joomla user login for directly accessing zp pages without having to reenter username+password.
(from a design point of view, putting ZP a joomla frame is ok for me)
Is there a plugin working now ?
Thanks
B
That would take someone with Joomla development experience to participate. So far that has not happened.
B
I had a look to your comments
Maybe the simplest solution should be adding to the joomla login module code a line looking like this one:
setcookie("zenphoto_auth", md5($user.$pwd),...)
just for creating the appropriate cookie for ZP
(creating manually this cookie seems to work..)
Bernard
If the code is not part of Zenphoto, you really should try to find a different mechanism for the reasons above as there is really no way to make sure the code keeps current with Zenphoto.
You can make an extension of the zenphoto authorization object that checks for Joomla cookies, for instance. Or just have both systems use a third party authorization. Zenphoto supports open authentication protocols and HTTP authentication through plugins. I do not know what joomla supports.