diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2021-12-16 13:37:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 13:37:54 +0100 |
commit | 1fdc97bb13376677536b2a300469a73f8a5c30e7 (patch) | |
tree | ae7d4ec58f911a7eaa772f1068b4dcb0da191c29 /.github | |
parent | 6c424fb9fc50faf2e0faad884c792fc89235bf87 (diff) | |
parent | 459f73e96aca59baa89bfd071eeff9ef60335e70 (diff) | |
download | nextcloud-server-1fdc97bb13376677536b2a300469a73f8a5c30e7.tar.gz nextcloud-server-1fdc97bb13376677536b2a300469a73f8a5c30e7.zip |
Merge pull request #30283 from nextcloud/enhancement/two-factor-code-owners
Specify code owners for 2FA
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index df4052f2d53..50399d335d0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,3 +2,9 @@ */Notifications/* @nickvergessen /apps/dav/lib/CalDAV @ChristophWurst @miaulalala @tcitworld /apps/dav/lib/CardDAV @ChristophWurst @miaulalala @tcitworld + +# Two-Factor Authentication +# https://github.com/nextcloud/wg-two-factor-authentication#members +/apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen +*/TwoFactorAuth/* @ChristophWurst @miaulalala @nickvergessen +/core/templates/twofactor* @ChristophWurst @miaulalala @nickvergessen |