mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Added "Enforce 2-Step verification" setting
This commit is contained in:
parent
b7709c8117
commit
acb013fbb5
47 changed files with 1271 additions and 908 deletions
|
|
@ -5,15 +5,38 @@
|
|||
<div class="controls">
|
||||
<div data-bind="component: {
|
||||
name: 'Checkbox',
|
||||
params: { value: capaTwoFactorAuth, label: 'TAB_SECURITY/LABEL_ALLOW_TWO_STEP' }
|
||||
params: {
|
||||
value: capaTwoFactorAuth,
|
||||
label: 'TAB_SECURITY/LABEL_ALLOW_TWO_STEP',
|
||||
inline: true
|
||||
}
|
||||
}"></div>
|
||||
|
||||
<div data-bind="component: {
|
||||
name: 'Checkbox',
|
||||
params: {
|
||||
value: capaTwoFactorAuthForce,
|
||||
enable: capaTwoFactorAuth,
|
||||
label: 'TAB_SECURITY/LABEL_FORCE_TWO_STEP',
|
||||
inline: true
|
||||
}
|
||||
}"></div>
|
||||
<br />
|
||||
<br />
|
||||
<div data-bind="component: {
|
||||
name: 'Checkbox',
|
||||
params: {
|
||||
value: useLocalProxyForExternalImages,
|
||||
label: 'TAB_SECURITY/LABEL_USE_IMAGE_PROXY'
|
||||
}
|
||||
}"></div>
|
||||
<div data-bind="component: {
|
||||
name: 'Checkbox',
|
||||
params: { value: useLocalProxyForExternalImages, label: 'TAB_SECURITY/LABEL_USE_IMAGE_PROXY' }
|
||||
}"></div>
|
||||
<div data-bind="component: {
|
||||
name: 'Checkbox',
|
||||
params: { value: capaOpenPGP, label: 'TAB_SECURITY/LABEL_ALLOW_OPEN_PGP', inline: true }
|
||||
params: {
|
||||
value: capaOpenPGP,
|
||||
label: 'TAB_SECURITY/LABEL_ALLOW_OPEN_PGP',
|
||||
inline: true
|
||||
}
|
||||
}"></div>
|
||||
|
||||
<span style="color:red">(<span data-i18n="HINTS/BETA"></span>)</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue