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, the plugin works fine with WordPress 4.3 and 4.4. 37It most likely does as well with any 4.x version, although this has not been 38tested. 39 40 41## Support 42 43Source code and support for this plugin can be found at 44https://github.com/dregad/dokuwiki-plugin-authwordpress 45