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) 13or later. 14 15This program is distributed in the hope that it will be useful, 16but WITHOUT ANY WARRANTY; without even the implied warranty of 17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18GNU General Public License for more details. 19 20 21## Installation and Configuration 22 23Please refer to the [plugin's documentation](http://www.dokuwiki.org/plugin:authwordpress) 24for information on how to install and configure this plugin in DokuWiki. 25 26If you install this plugin manually, make sure it is installed in 27`lib/plugins/authwordpress/` - if the folder is called differently, 28it will not work! 29 30 31## Compatibility 32 33This plugin has been tested with the following DokuWiki releases: 34 35- 2018-04-22b "Greebo" 36- 2017-02-19e “Frusterick Manners” 37- 2016-06-26e “Elenor of Tsort” 38- 2015-08-10a ”Detritus” 39 40It will probably also work with *2013-05-10 “Weatherwax”* and later. 41 42On the back-end side, the plugin supports WordPress releases 4.x and 5.x. 43It has been tested and confirmed to work on versions 4.3 to 4.9, 44and 5.1 to 5.3. 45 46 47## Support 48 49Source code and support for this plugin can be found at 50https://github.com/dregad/dokuwiki-plugin-authwordpress 51