mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
improved some 2fa code based onmaster source changes
This commit is contained in:
parent
2064c1613b
commit
7d61f40fff
2 changed files with 5 additions and 87 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue