DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authg2fa

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:authg2fa [2014-06-11 16:51] – [Development] 193.170.167.8plugin:authg2fa [2023-12-19 18:52] (current) andyboeh
Line 6: Line 6:
 email      : dev@aboehler.at email      : dev@aboehler.at
 type       : Auth Plugin type       : Auth Plugin
-lastupdate : 2014-06-11 +lastupdate : 2017-03-08 
-compatible : Binky, Ponder Stibbons+compatible : Hrun, Binky, Ponder Stibbons, Detritus, Elenor Of Tsort, Frusterick Manners
 depends    :  depends    : 
 conflicts  conflicts 
-similar    : auth:mOTP, plugin:authgoogle2fa +similar    : auth:mOTP, authgoogle2fa 
-tags       : 2FA, two-factor, Google, two-factor authentication, Google Authenticator+tags       : 2FA, two-factor, Google, two-factor authentication, Google Authenticator, !discontinued
  
-downloadurl: http://www.aboehler.at/hg/authg2fa/archive/tip.zip +downloadurl: https://gitlab.aboehler.at/dokuwiki/authg2fa/-/archive/main/authg2fa-main.tar.gz 
-bugtracker : # eg. http://github.com//dokuwiki-plugin-authg2fa/issues +bugtracker : https://gitlab.aboehler.at/dokuwiki/authg2fa/-/issues 
-sourcerepo : http://www.aboehler.at/hg/authg2fa # eg. http://github.com//dokuwiki-plugin-authg2fa/+sourcerepo : https://gitlab.aboehler.at/dokuwiki/authg2fa/
 donationurl:  donationurl: 
  
 screenshot_img :  screenshot_img : 
 ---- ----
 +
 +:!: **This plugin is no longer maintained.**
  
 ===== Installation ===== ===== Installation =====
 +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
-Copy the unzipped folder to your /lib/plugins directory and activate the plugin. Then, set your options in Admin -> Configuration Settings. Don't forget to change the authentication type to authg2fa instead of authplain.+Copy the unzipped folder to your ''/lib/plugins'' directory and activate the plugin. Then, set your options in Admin -> Configuration Settings. Don't forget to change the authentication type to ''authg2fa'' instead of ''authplain''.
  
-You can revert to authplain by editing your /conf/local.php file:+You can revert to authplain by editing your ''/conf/local.php'' file:
  
-<code>$conf['authtype'] = 'authplain';</code>+<code php>$conf['authtype'] = 'authplain';</code> 
 + 
 +===== Caveats ===== 
 + 
 +Using the standard DokuWiki settings, users aren't able to change their DokuWiki passwords anymore. They will be always prompted with "Wrong Password".  
 + 
 +A DokuWiki setting can disable password verification on profile update: 
 +<code>$conf['profileconfirm'] = false;</code> 
 + 
 +The other problem is periodic rechecking of the user's credentials. By default, DokuWiki tries every 900 seconds to check the password. As there is no current 2FA secret available by that time, the check will fail and the user is logged out. You can increase the Timeout to, e.g. 24h, by settings: 
 + 
 +<code>$conf['auth_security_timeout'] = 24*3600;</code>
  
 ===== Configuration and Settings ===== ===== Configuration and Settings =====
Line 41: Line 55:
  
 The plugin is heavily based on authgoogl2fa, but extended by many features. Feel free to comment and request features below. The plugin is heavily based on authgoogl2fa, but extended by many features. Feel free to comment and request features below.
- 
-You can follow the development on my hg repository. 
- 
-=== Change Log === 
-{{rss>http://www.aboehler.at/hg/authg2fa/atom-log date}} 
-===== Discussion ===== 
- 
- 
  
  
  
plugin/authg2fa.1402498285.txt.gz · Last modified: 2014-06-11 16:51 by 193.170.167.8

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki