开发者

MediaWiKi User Registration

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 crea开发者_如何学Gote 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.


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

MediaWiki have extension for it and seems for symfony too.


I am looking for the same thing with Django. I suspect it will involve hacking the underlying tables.

User creation is NOT supported through the API:

http://www.mediawiki.org/wiki/API:Edit_-_Register_new_user


You could extend the AuthPlugin by doing:


class myauth extends AuthPlugin {
     ...
}

Or as above: use OpenID logins for both.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜