Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | Today | - | ||||
lang/en/ | H | 15-Jun-2020 | - | 29 | 5 | |
LICENSE.md | H A D | 14-Jun-2020 | 31.4 KiB | 618 | 520 | |
README.md | H A D | 14-Jun-2020 | 2.1 KiB | 64 | 40 | |
auth.php | H A D | 14-Jun-2020 | 5 KiB | 180 | 83 | |
plugin.info.txt | H A D | 14-Jun-2020 | 284 | 8 | 7 |
README.md
1# DokuWiki / MantisBT Authentication Plugin 2 3This authentication plugin enables single sign-on to 4[DokuWiki](https://www.dokuwiki.org/), 5using an external trust mechanism to authenticate users against 6[MantisBT](https://mantisbt.org/). 7 8Copyright (c) 2006 Victor Boctor 9Copyright (c) 2007-2012 Victor Boctor, Tiago Gomes and various contributors 10Copyright (c) 2013, 2020 Damien Regad 11 12 13## License 14 15This program is free software: you can redistribute it and/or modify 16it under the terms of the 17[GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.html) 18as published by the Free Software Foundation, either version 3 of the 19License, or (at your option) any later version. 20 21This program is distributed in the hope that it will be useful, 22but WITHOUT ANY WARRANTY; without even the implied warranty of 23MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24GNU General Public License for more details. 25 26 27## Compatibility 28 29### DokuWiki 30 31This plugin has been tested with all releases from 2013-05-10 “Weatherwax” 32through 2018-04-22 “Greebo”, as well as “Hogfather” up to release candidate 3. 33 34### MantisBT 35 36MantisBT releases 1.2.x or later and 2.x are fully supported. 37The plugin may work with earlier releases as well, but this is not tested. 38 39The [MantisBT wiki](https://mantisbt.org/wiki) relies on this plugin 40since 2013. 41 42 43## Installation and Configuration 44 45Detailed instructions can be found on the 46[Plugin's homepage](https://www.dokuwiki.org/plugin:authmantis#setup). 47 48 49## Support 50 51Source code and support for this plugin can be found at 52https://github.com/mantisbt/dokuwiki-plugin-authmantis 53 54 55## Credits 56 57This plugin is based on the Authentication back-end written by Victor Boctor, 58published in the [MantisBT Wiki] back in 2006. The latest code available in the 59wiki ([2012-12-01 13:26]) was used to develop it. Please refer to the page's 60revision history for details about earlier authors and changes. 61 62[MantisBT Wiki]: https://mantisbt.org/wiki/doku.php/mantisbt:issue:7075:integration_with_dokuwiki. 63[2012-12-01 13:26]: https://mantisbt.org/wiki/doku.php/mantisbt:issue:7075:integration_with_dokuwiki?rev=1354364789 64