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