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> [!WARNING] 8> Please note that I no longer actively use this plugin. 9> 10> I intend to continue maintaining it, but will not proactively test it 11> against the latest DokuWiki and WordPress releases. 12> 13> It has been pretty stable over the years so I do not expect problems, 14> but should you experience difficulties, please open a 15> [new Issue](https://github.com/dregad/dokuwiki-plugin-authwordpress/issues/new/choose) 16> or even better, send a patch with a 17> [Pull Request](https://github.com/dregad/dokuwiki-plugin-authwordpress/compare). 18 19 20## License 21 22This program is free software; you can redistribute it and/or modify 23it under the terms of the 24[GNU General Public License, version 2](http://www.gnu.org/licenses/gpl-2.0.html) 25or later. 26 27This program is distributed in the hope that it will be useful, 28but WITHOUT ANY WARRANTY; without even the implied warranty of 29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 30GNU General Public License for more details. 31 32 33## Installation and Configuration 34 35Please refer to the [plugin's documentation](http://www.dokuwiki.org/plugin:authwordpress) 36for information on how to install and configure this plugin in DokuWiki. 37 38If you install this plugin manually, make sure it is installed in 39`lib/plugins/authwordpress/` - if the folder is called differently, 40it will not work! 41 42 43## Compatibility 44 45PHP 7.4 or later is required. 46 47### DokuWiki 48 49This plugin has been tested with the following DokuWiki releases: 50 51- 2025-05-14b "Librarian" 52- 2024-02-06b “Kaos” 53 54Plugin version 2026-06-16 dropped support for older DokuWiki releases. 55 56Use version **2025-05-29** for compatibility with: 57- 2023-04-04a “Jack Jackrum” 58- 2022-07-31b “Igor” 59 60Use version **2020-03-14** for compatibility with: 61- 2020-07-29a “Hogfather” 62- 2018-04-22b “Greebo” 63- 2017-02-19e “Frusterick Manners” 64- 2016-06-26e “Elenor of Tsort” 65- 2015-08-10a “Detritus” 66 67It will probably also work with *2013-05-10 “Weatherwax”* and later. 68 69### WordPress 70 71On the back-end side, the plugin supports WordPress releases 4.x to 7.x. 72It has been tested and confirmed to work on versions 734.3 to 4.9, 5.1 to 5.9, 6.0 to 6.9, 7.0. 74 75 76## Support 77 78Source code and support for this plugin can be found at 79https://github.com/dregad/dokuwiki-plugin-authwordpress 80