Extend example extension code with more details

This commit is contained in:
the-djmaze 2023-11-27 01:51:23 +01:00
parent 5e2d9c4fb0
commit 7135af995d
6 changed files with 122 additions and 12 deletions

View file

@ -8,9 +8,9 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Two Factor Authentication',
VERSION = '2.16.6',
RELEASE = '2023-10-24',
REQUIRED = '2.15.2',
VERSION = '2.17.0',
RELEASE = '2023-11-27',
REQUIRED = '2.30.0',
CATEGORY = 'Login',
DESCRIPTION = 'Provides support for TOTP 2FA';