diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-03 10:23:34 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-03 20:33:31 +0200 |
commit | ec5b60af28a216f9e9f5d65a3ee0d5c0affadc14 (patch) | |
tree | 638384062540bdcd5627affea25f1225b8b03897 /apps/settings/src/components/AdminTwoFactor.vue | |
parent | 88fe7348ed11cf81ed17e33fba98671f790f7a32 (diff) | |
download | nextcloud-server-ec5b60af28a216f9e9f5d65a3ee0d5c0affadc14.tar.gz nextcloud-server-ec5b60af28a216f9e9f5d65a3ee0d5c0affadc14.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'apps/settings/src/components/AdminTwoFactor.vue')
-rw-r--r-- | apps/settings/src/components/AdminTwoFactor.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/src/components/AdminTwoFactor.vue b/apps/settings/src/components/AdminTwoFactor.vue index f2572be9c90..816bbfd3ea9 100644 --- a/apps/settings/src/components/AdminTwoFactor.vue +++ b/apps/settings/src/components/AdminTwoFactor.vue @@ -1,3 +1,7 @@ +<!-- + - SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + - SPDX-License-Identifier: AGPL-3.0-or-later +--> <template> <NcSettingsSection :name="t('settings', 'Two-Factor Authentication')" :description="t('settings', 'Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.')" |