From c95ef8534efd0e2a9950fa354f8ab1872e73c389 Mon Sep 17 00:00:00 2001
From: Christoph Wurst
Date: Thu, 22 Nov 2018 12:01:45 +0100
Subject: Add explanatory text to admin twofactor settings
Ref #12249
Ref https://github.com/nextcloud/documentation/pull/937
Signed-off-by: Christoph Wurst
---
settings/src/components/AdminTwoFactor.vue | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'settings/src')
diff --git a/settings/src/components/AdminTwoFactor.vue b/settings/src/components/AdminTwoFactor.vue
index 1e0f3403ba0..5feaa75af21 100644
--- a/settings/src/components/AdminTwoFactor.vue
+++ b/settings/src/components/AdminTwoFactor.vue
@@ -49,6 +49,12 @@
:close-on-select="false">
+
+
+
+ {{ t('settings', 'When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.') }}
+
+