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 http://www.dokuwiki.org/plugin:authwordpress for information 23on 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 developped and tested with DokuWiki release *2015-08-10a 33”Detritus”*, but will probably also work with *2013-05-10 “Weatherwax”* and 34later. 35 36On the backend side, it works fine with WordPress 4.3, and most likely does 37with any 4.x version as well, although this has not been tested. 38 39 40## Support 41 42Source code and support for this plugin can be found at 43https://github.com/dregad/dokuwiki-plugin-authwordpress 44