This commit is contained in:
djmaze 2021-07-28 16:11:59 +02:00
parent 7ca666f777
commit b7cb990b00
7 changed files with 20 additions and 35 deletions

View file

@ -7,8 +7,8 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
const
NAME = 'Two Factor Authentication',
VERSION = '2.1',
RELEASE = '2021-07-22',
REQUIRED = '2.5.4',
RELEASE = '2021-07-28',
REQUIRED = '2.6.0',
CATEGORY = 'Login',
DESCRIPTION = 'This plugin allows you to have TOTP 2FA';