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- 2018-04-22b "Greebo" 35- 2017-02-19e “Frusterick Manners” 36- 2016-06-26e “Elenor of Tsort” 37- 2015-08-10a ”Detritus” 38 39It will probably also work with *2013-05-10 “Weatherwax”* and later. 40 41On the back-end side, the plugin supports WordPress releases 4.x and 5.x. 42It has been tested and confirmed to work on versions 4.3 to 4.9, 43and 5.1 to 5.3. 44 45 46## Support 47 48Source code and support for this plugin can be found at 49https://github.com/dregad/dokuwiki-plugin-authwordpress 50