views:

102

answers:

1

I have a website developed in symfony (1.2.9). I want to add a wiki to the website, and have opted for mediawiki.

I want to integrate mediawiki with my website in a way such that:

  1. media wiki does not create new users
  2. users logged into my website are automatically logged into mediawiki (and vice versa)
  3. ideally, I want to use the same login process (i.e. screen) for both my website and mediawiki

I have spent a few hours trawling the web on how to do this, and have found nothing. Hopefully someone on here may have done this before, or atleast, can shed some light on how to do this.

+1  A: 

If your website and mediawiki runs in same domain, you could consider using OpenID.

MediaWiki have extension for it and seems for symfony too.

S.Mark