xref: /plugin/twofactor/README (revision 890553cf732b65accea95ace5c9ba038c2a7ef7a)
1twofactor Plugin for DokuWiki
2
3Creates a two factor authentication mechanism.
4
5All documentation for this plugin can be found at
6https://www.dokuwiki.org/plugin:twofactor
7
8If you install this plugin manually, make sure it is installed in
9lib/plugins/attribute/ - if the folder is called different it
10will not work!
11
12Please refer to http://www.dokuwiki.org/plugins for additional info
13on how to install plugins in DokuWiki.
14
15----
16A big thanks goes out to Dan Popp for the work on his Google 2FA
17pluginauthgoogle2fa Plugin- it provided me with the idea, libraries, and a
18code template to get this project started.
19
20Another big thanks to Christopher Smith and the developers that worked on the
21User Manager pluginUser Manager Plugin. I used their admin code as the basis
22for my plugin and have to give them credit for their work that I used.
23
24I make use of the PHP Gangsta Google Authenticator class by
25Michael Kliewe (BSD) and the PHP QR Code library (LGPL3). My thanks to them
26for enabling this plugin to be a reality.
27
28This program is free software; you can redistribute it and/or modify
29it under the terms of the GNU General Public License as published by
30the Free Software Foundation; version 2 of the License
31
32This program is distributed in the hope that it will be useful,
33but WITHOUT ANY WARRANTY; without even the implied warranty of
34MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35GNU General Public License for more details.
36
37See the COPYING file in your DokuWiki folder for details
38