1# dokuwiki-plugin-authucenter
2
3DokuWiki plugin providing authentication against a Discuz with UCenter backend
4
5[![Join the chat at https://gitter.im/daxingplay/dokuwiki-plugin-authucenter](https://badges.gitter.im/daxingplay/dokuwiki-plugin-authucenter.svg)](https://gitter.im/daxingplay/dokuwiki-plugin-authucenter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
7## Compatibility
8
9This plugin has been developped and tested with DokuWiki release 2015-08-10a ”Detritus”, but will probably also work with 2013-05-10 “Weatherwax” and later.
10
11For older versions of DokuWiki, please refer to this [repo](https://github.com/daxingplay/dokuwiki_ucenter).
12
13## Usage
14
15* Install this plugin in DokuWiki's `Extension Manager`.
16* After install, enable this plugin, then go to `Configuration Settings`.
17* Go to UCenter Admin Tab in Discuz, add a new app, copy those settings generated by UCenter.
18* In `Authucenter` settings area, paste App settings generated before.
19* In `Authentication` settings area, set superuser to your superadmin username in UCenter. Otherwise, you will not be able to login to DokuWiki's Admin.
20* In `Authentication` settings area, change `authtype` to `authucenter`.
21* click `Save` button. All done!
22
23## License
24
25GPL 2
26