From 78bb02d27ab3c9110b8e63117dc8a25ea0610ca2 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Sat, 27 Aug 2016 12:27:05 +0200 Subject: list 2FA providers as buttons --- core/css/styles.css | 5 ++++- core/templates/twofactorselectchallenge.php | 6 +++--- core/templates/twofactorshowchallenge.php | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'core') diff --git a/core/css/styles.css b/core/css/styles.css index 38de922ac9d..8a8bc852f3e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -38,8 +38,11 @@ body { .two-factor-provider { text-align: center; - width: 100%; + width: 258px !important; display: inline-block; + margin-bottom: 0 !important; + background-color: rgba(0,0,0,0.3) !important; + border: none !important; } a.two-factor-cancel { diff --git a/core/templates/twofactorselectchallenge.php b/core/templates/twofactorselectchallenge.php index 1c8fcd362e5..1948499e604 100644 --- a/core/templates/twofactorselectchallenge.php +++ b/core/templates/twofactorselectchallenge.php @@ -1,11 +1,11 @@
-

t('Two-step verification')) ?>

-

t('Enhanced security has been enabled for your account. Please authenticate using a second factor.')) ?>

+

t('Two-factor authentication')) ?>

+

t('Enhanced security is enabled for your account. Please authenticate using a second factor.')) ?>

-- cgit v1.2.3