user34537
user34537

Reputation:

Make MediaWiki use accounts on my site?

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?

Upvotes: 0

Views: 71

Answers (1)

Matthew Flaschen
Matthew Flaschen

Reputation: 284806

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.

Upvotes: 2

Related Questions