xref: /plugin/authwordpress/README.md (revision 5dfacb2b4f602a3b126b190aac5825c3533ef54c)
1# authwordpress - an authentication plugin for DokuWiki
2
3Provides authentication against a WordPress MySQL database backend.
4
5Copyright(c) 2015 Damien Regad <dregad@mantisbt.org>
6
7
8## License
9
10This program is free software; you can redistribute it and/or modify
11it under the terms of the
12[GNU General Public License, version 2](http://www.gnu.org/licenses/gpl-2.0.html).
13
14This program is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17GNU General Public License for more details.
18
19
20## Installation and Configuration
21
22Please refer to the [plugin's documentation](http://www.dokuwiki.org/plugin:authwordpress)
23for information on how to install and configure this plugin in DokuWiki.
24
25If you install this plugin manually, make sure it is installed in
26`lib/plugins/authwordpress/` - if the folder is called differently,
27it will not work!
28
29
30## Compatibility
31
32This plugin has been tested with the following DokuWiki releases:
33
34- 2017-02-19e “Frusterick Manners”
35- 2016-06-26e “Elenor of Tsort”
36- 2015-08-10a ”Detritus”
37
38It will probably also work with *2013-05-10 “Weatherwax”* and later.
39
40On the back-end side, the plugin supports WordPress 4.3 through 4.9.
41It most likely works with any other 4.x version as well, although this
42has not been tested.
43
44
45## Support
46
47Source code and support for this plugin can be found at
48https://github.com/dregad/dokuwiki-plugin-authwordpress
49