diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-12-15 15:47:56 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-12-15 15:47:56 +0100 |
commit | 459f73e96aca59baa89bfd071eeff9ef60335e70 (patch) | |
tree | 8e2517c9b16e823be3ce360a31dfcd80e7ff6ca7 /.github | |
parent | 0fc8b55bf1861336e263252e50b8b0c82e4dccbd (diff) | |
download | nextcloud-server-459f73e96aca59baa89bfd071eeff9ef60335e70.tar.gz nextcloud-server-459f73e96aca59baa89bfd071eeff9ef60335e70.zip |
Specify code owners for 2FA
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 |