开发者

Make MediaWiki use accounts on my site?

开发者 https://www.devze.com 2023-01-01 05:54 出处:网络
I have a site in ASP.NET and i thought it would be cool if i can redirect users to wiki.mysite.com. Now i would like to know if i can easily make MediaWiki recognize users logged into my site. I dont

I have a site in ASP.NET and i thought it would be cool if i can redirect users to wiki.mysite.com. Now i would like to know if i can easily make MediaWiki recognize users logged into my site. I dont want any anonymous posters.

Is there a way to hook or have mediawiki use accounts/cookies from my site 开发者_开发技巧instead of using its own database/account system?


Yes, there are a variety of hooks for things like this. Perhaps you want UserLoadFromSession. You might find Extension:DNNAuthentication or Extension:OpenID useful starting points.

0

精彩评论

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