mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-07 20:25:48 +08:00
Forgot to make release, see #236
This commit is contained in:
parent
e59e6444d0
commit
ab95a6ccb3
2 changed files with 5 additions and 5 deletions
|
@ -7,9 +7,9 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
{
|
{
|
||||||
const
|
const
|
||||||
NAME = 'Two Factor Authentication',
|
NAME = 'Two Factor Authentication',
|
||||||
VERSION = '2.4',
|
VERSION = '2.12',
|
||||||
RELEASE = '2021-11-18',
|
RELEASE = '2022-02-16',
|
||||||
REQUIRED = '2.9.3',
|
REQUIRED = '2.12.0',
|
||||||
CATEGORY = 'Login',
|
CATEGORY = 'Login',
|
||||||
DESCRIPTION = 'Provides support for TOTP 2FA';
|
DESCRIPTION = 'Provides support for TOTP 2FA';
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<span data-i18n="POPUPS_TWO_FACTOR_CFG/LABEL_TWO_FACTOR_SECRET"></span>
|
<span data-i18n="POPUPS_TWO_FACTOR_CFG/LABEL_TWO_FACTOR_SECRET"></span>
|
||||||
</label>
|
</label>
|
||||||
<div class="controls" style="padding-top: 5px;">
|
<div class="controls" style="padding-top: 5px;">
|
||||||
<strong data-bind="text: viewSecret"></strong>
|
<strong data-bind="text: viewSecret" style="user-select:text"></strong>
|
||||||
|
|
||||||
<span class="g-ui-link" data-bind="click: hideSecret" data-i18n="POPUPS_TWO_FACTOR_CFG/BUTTON_HIDE_SECRET"></span>
|
<span class="g-ui-link" data-bind="click: hideSecret" data-i18n="POPUPS_TWO_FACTOR_CFG/BUTTON_HIDE_SECRET"></span>
|
||||||
<br />
|
<br />
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
<span data-i18n="POPUPS_TWO_FACTOR_CFG/LABEL_TWO_FACTOR_BACKUP_CODES"></span>
|
<span data-i18n="POPUPS_TWO_FACTOR_CFG/LABEL_TWO_FACTOR_BACKUP_CODES"></span>
|
||||||
</label>
|
</label>
|
||||||
<div class="controls" style="padding-top: 5px;">
|
<div class="controls" style="padding-top: 5px;">
|
||||||
<pre data-bind="text: viewBackupCodes" style="width: 230px; word-break: break-word;"></pre>
|
<pre data-bind="text: viewBackupCodes" style="user-select: text; width: 230px; word-break: break-word;"></pre>
|
||||||
<br />
|
<br />
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p class="muted width100-on-mobile" style="width: 550px" data-i18n="POPUPS_TWO_FACTOR_CFG/TWO_FACTOR_BACKUP_CODES_DESC"></p>
|
<p class="muted width100-on-mobile" style="width: 550px" data-i18n="POPUPS_TWO_FACTOR_CFG/TWO_FACTOR_BACKUP_CODES_DESC"></p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue