diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-11-22 12:01:45 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-11-22 12:01:45 +0100 |
commit | c95ef8534efd0e2a9950fa354f8ab1872e73c389 (patch) | |
tree | e6e0344d5a1e067aed448b38969bf786b3807fb4 /settings/src | |
parent | f3fb6676e962255246036dced5499f17a6b71e1c (diff) | |
download | nextcloud-server-c95ef8534efd0e2a9950fa354f8ab1872e73c389.tar.gz nextcloud-server-c95ef8534efd0e2a9950fa354f8ab1872e73c389.zip |
Add explanatory text to admin twofactor settings
Ref #12249
Ref https://github.com/nextcloud/documentation/pull/937
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/src')
-rw-r--r-- | settings/src/components/AdminTwoFactor.vue | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -50,6 +50,12 @@ </Multiselect> </p> <p> + <em> + <!-- this text is also found in the documentation. update it there as well if it ever changes --> + {{ 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.') }} + </em> + </p> + <p> <button class="button primary" v-on:click="saveChanges" :disabled="loading"> |