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>
This commit is contained in:
parent
f3fb6676e9
commit
c95ef8534e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -49,6 +49,12 @@
|
|||
:close-on-select="false">
|
||||
</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"
|
||||
|
|
Loading…
Reference in New Issue