• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Apr-2024-

conf/H03-May-2018-1412

lang/H03-May-2018-3327

GoogleAuthenticator.phpH A D18-Dec-20146.2 KiB202113

LICENSEH A D18-Dec-201417.7 KiB340281

README.mdH A D18-Dec-2014723 2214

action.phpH A D18-Dec-2014962 3118

auth.phpH A D18-Dec-20141.3 KiB4334

plugin.info.txtH A D18-Dec-2014231 87

README.md

1Description
2===========
3DokuWiki authentication plugin to implement Google Authenticator 2FA.
4
5Using this plugin you can authenticate DokuWiki users against Google Authenticator 2FA.
6
7The users themselves and their access rights are still managed within DokuWiki.
8
9To get setup, activate the plugin and configure the required settings:
10
11 * Your Google Authenticator secret.
12 * The timeout slack, default is 2 ( 2*30 seconds = 60 seconds ).
13 * Whether you want to enable two-factor authentication or not...
14 * The URL to your Google Authenticator QR code image (optional).
15
16Troubleshooting
17===============
18
19You can revert to the originial auth plugin by editing the file conf/local.php:
20
21   $conf['authtype'] = 'authplain';
22