Adam Meyer wrote: > Past few days I have been looking for a way to have a real single sign on > between mediawiki and phpbb. I wanted the login state in phpbb to dictate > that in mediawiki. > I got it working. > > If you logout of phpbb, you logout of mediawiki, if you login to phpbb you > are then logged into mediawiki. > > In mediawiki I have it checking the session of phpbb and doing an auto log. > > BUT THERE IS A HUGE ISSUE: > I had to replace every instance of User (Class) in every mediawiki file with > mw_User because phpbb also has a user class.
Maybe that could be avoided strategically adding php namespaces. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
