diff --git a/settings/css/settings.scss b/settings/css/settings.scss index d384ef2657..d3ab389b7c 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1239,9 +1239,13 @@ table.grid td.date { .icon-info { padding: 11px 20px; vertical-align: super; + opacity: .5; } -#shareAPI h2, #encryptionAPI h2, #mail_general_settings h2 { +#two-factor-auth h2, +#shareAPI h2, +#encryptionAPI h2, +#mail_general_settings h2 { display: inline-block; } diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php index bba4a5f8e7..ab69f36a00 100644 --- a/settings/templates/settings/personal/security.php +++ b/settings/templates/settings/personal/security.php @@ -63,6 +63,36 @@ if($_['passwordChangeSupported']) { +
+

t('Two-Factor Authentication'));?>

+ +

t('Use a second factor besides your password to increase security for your account.'));?>

+ +
+

t('Devices & sessions'));?>

t('Web, desktop and mobile clients currently logged in to your account.'));?>

@@ -99,29 +129,3 @@ if($_['passwordChangeSupported']) {
- -
-

t('Two-Factor Authentication'));?>

- -