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