Extension:AuthUCenter

From MediaWiki.org

Jump to: navigation, search

     

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
AuthUCenter

Release status: experimental

Description Use the UCenter as central user database.
Last Version  0.3
MediaWiki  1.9+
License BSD
Download http://blogimg.chinaunix.net/blog/upfile2/081014223833.rar

check usage (experimental)

Contents

[edit] What can this extension do?

As there are so many UCenter based applications such as Discuz! in Chinese websites, the authentication for UCenter is needed in many places.

This plugin aims to integrate MediaWiki with UCenter smoothly.


[edit] Download instructions

Just click and download.

[edit] Installation

To install this extension, download the plugin, deccompress it and upload to the extensions directory, add the following to LocalSettings.php:

require_once("$IP/extensions/Auth_UC/Auth_Discuz.php");   
$wgAuth = new Auth_Discuz();

[edit] Configuration parameters

no


[edit] See also

Extension:AuthDrupal