Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaIng <micha@dietpi.com>2021-06-20 13:20:10 +0300
committerGitHub <noreply@github.com>2021-06-20 13:20:10 +0300
commit4f47bec782c90d89a501e7ed5ed43c2816a8ce81 (patch)
treead5bac61b7a005a92f234a44531354ff6ab24032 /core/templates/loginflowv2/authpicker.php
parent4d51ed3918032c44df612fad6b2c12b0e9eff693 (diff)
parent61a31dcdd73aae9a728551421116c5947e5b3089 (diff)
Merge branch 'master' into improve-contributing-docsimprove-contributing-docs
Diffstat (limited to 'core/templates/loginflowv2/authpicker.php')
-rw-r--r--core/templates/loginflowv2/authpicker.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/templates/loginflowv2/authpicker.php b/core/templates/loginflowv2/authpicker.php
index 79462eec8dc..a32787f22b8 100644
--- a/core/templates/loginflowv2/authpicker.php
+++ b/core/templates/loginflowv2/authpicker.php
@@ -30,9 +30,13 @@ $urlGenerator = $_['urlGenerator'];
<h2><?php p($l->t('Connect to your account')) ?></h2>
<p class="info">
<?php print_unescaped($l->t('Please log in before granting %1$s access to your %2$s account.', [
- '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
- \OCP\Util::sanitizeHTML($_['instanceName'])
- ])) ?>
+ '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
+ \OCP\Util::sanitizeHTML($_['instanceName'])
+ ])) ?>
+ </p>
+
+ <p class="info">
+ <?php print_unescaped($l->t('If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
</p>
<br/>