mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 10:03:32 -04:00
Fix #20679 - be more alert about 2FA consequences
Signed-off-by: Sebastian Nohn <sebastian@nohn.net>
This commit is contained in:
parent
d9c3b99907
commit
d0205ae128
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue