improved some 2fa code based onmaster source changes

This commit is contained in:
djmaze 2021-07-22 22:14:26 +02:00
parent 2064c1613b
commit 7d61f40fff
2 changed files with 5 additions and 87 deletions

View file

@ -10,9 +10,9 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Two Factor Authentication',
VERSION = '2.0',
RELEASE = '2021-04-13',
REQUIRED = '2.5.0',
VERSION = '2.1',
RELEASE = '2021-07-22',
REQUIRED = '2.5.4',
CATEGORY = 'Login',
DESCRIPTION = 'This plugin allows you to to have TOTP';