mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
TOTP extension v2.13
This commit is contained in:
parent
ed959459ef
commit
3f801cb762
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
{
|
{
|
||||||
const
|
const
|
||||||
NAME = 'Two Factor Authentication',
|
NAME = 'Two Factor Authentication',
|
||||||
VERSION = '2.12.3',
|
VERSION = '2.13',
|
||||||
RELEASE = '2022-02-16',
|
RELEASE = '2022-02-28',
|
||||||
REQUIRED = '2.12.3',
|
REQUIRED = '2.13.0',
|
||||||
CATEGORY = 'Login',
|
CATEGORY = 'Login',
|
||||||
DESCRIPTION = 'Provides support for TOTP 2FA';
|
DESCRIPTION = 'Provides support for TOTP 2FA';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue