Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 30-Apr-2025 | - | ||||
conf/ | H | 03-May-2018 | - | 14 | 12 | |
lang/ | H | 03-May-2018 | - | 33 | 27 | |
GoogleAuthenticator.php | H A D | 18-Dec-2014 | 6.2 KiB | 202 | 113 | |
LICENSE | H A D | 18-Dec-2014 | 17.7 KiB | 340 | 281 | |
README.md | H A D | 18-Dec-2014 | 723 | 22 | 14 | |
action.php | H A D | 18-Dec-2014 | 962 | 31 | 18 | |
auth.php | H A D | 18-Dec-2014 | 1.3 KiB | 43 | 34 | |
plugin.info.txt | H A D | 18-Dec-2014 | 231 | 8 | 7 |
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