From d0205ae1284070afd13b9903bb675d52e004c3a6 Mon Sep 17 00:00:00 2001 From: Sebastian Nohn Date: Sun, 11 Oct 2020 13:57:29 +0200 Subject: [PATCH] Fix #20679 - be more alert about 2FA consequences Signed-off-by: Sebastian Nohn --- apps/settings/templates/settings/personal/security/twofactor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/settings/templates/settings/personal/security/twofactor.php b/apps/settings/templates/settings/personal/security/twofactor.php index 127833b4bbc..3d85f4505c3 100644 --- a/apps/settings/templates/settings/personal/security/twofactor.php +++ b/apps/settings/templates/settings/personal/security/twofactor.php @@ -30,6 +30,7 @@ declare(strict_types=1); title="t('Open documentation'));?>" href="">

t('Use a second factor besides your password to increase security for your account.'));?>

+

t('If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication.'));?>