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.
精彩评论