diff options
author | Sebastian Nohn <sebastian@nohn.net> | 2020-10-11 13:57:29 +0200 |
---|---|---|
committer | Sebastian Nohn <sebastian@nohn.net> | 2020-10-11 13:57:29 +0200 |
commit | d0205ae1284070afd13b9903bb675d52e004c3a6 (patch) | |
tree | f8beb686210fc2e501c0f9524dddd0a9111f7e92 /apps/settings/templates | |
parent | d9c3b99907c1973bafcef57f34be0332ac74816e (diff) | |
download | nextcloud-server-d0205ae1284070afd13b9903bb675d52e004c3a6.tar.gz nextcloud-server-d0205ae1284070afd13b9903bb675d52e004c3a6.zip |
Fix #20679 - be more alert about 2FA consequences
Signed-off-by: Sebastian Nohn <sebastian@nohn.net>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/personal/security/twofactor.php | 1 |
1 files changed, 1 insertions, 0 deletions
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="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('user-2fa')); ?>"></a> <p class="settings-hint"><?php p($l->t('Use a second factor besides your password to increase security for your account.'));?></p> + <p class="settings-hint"><?php p($l->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.'));?></p> <ul> <?php foreach ($_['twoFactorProviderData']['providers'] as $data) { ?> <li> |