소스 검색

Merge pull request #23348 from nohn/gh20679

Fix #20679 - be more alert about 2FA consequences
tags/v21.0.0beta1
Julius Härtl 3 년 전
부모
커밋
439e21e087
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      apps/settings/templates/settings/personal/security/twofactor.php

+ 1
- 0
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>

Loading…
취소
저장