History: Two-factor authentication
Source of version: 1
- «
- »
Copy to clipboard
New in ((Tiki21)), it allows users to enable Two-factor Authentication. It use [https://packagist.org/packages/pragmarx/google2fa|pragmarx/google2fa], which is a PHP implementation of the Google Two-Factor Authentication Module, supporting the HMAC-Based One-time Password (HOTP) algorithm specified in [https://tools.ietf.org/html/rfc4226|RFC 4226] and the Time-based One-time Password (TOTP) algorithm specified in [https://tools.ietf.org/html/rfc6238|RFC 6238]. !! Related links * Original commit: [http://sourceforge.net/p/tikiwiki/code/70793]