aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-07-08 20:12:49 +0200
committerGitHub <noreply@github.com>2020-07-08 20:12:49 +0200
commit2f963f4d63428d3f19c432e391af6ba3a20de844 (patch)
treeb2efe764044d8e19bc08f298e30ffa5b0e80021b
parent667ca8dcb056f10842f6ec908e97ccc251881cd5 (diff)
parenta6a56b7481a658a6cf2e7e44f9a5728967f9f8ac (diff)
downloadnextcloud-server-2f963f4d63428d3f19c432e391af6ba3a20de844.tar.gz
nextcloud-server-2f963f4d63428d3f19c432e391af6ba3a20de844.zip
Merge pull request #21751 from nextcloud/backport/21706/stable19
[stable19] Add a clear message why you could end up there
-rw-r--r--core/templates/loginflow/authpicker.php4
-rw-r--r--core/templates/loginflowv2/authpicker.php4
2 files changed, 8 insertions, 0 deletions
diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php
index 3b12fbe2f07..edcc5565d16 100644
--- a/core/templates/loginflow/authpicker.php
+++ b/core/templates/loginflow/authpicker.php
@@ -36,6 +36,10 @@ $urlGenerator = $_['urlGenerator'];
])) ?>
</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/>
<p id="redirect-link">
diff --git a/core/templates/loginflowv2/authpicker.php b/core/templates/loginflowv2/authpicker.php
index ccc9162bbc3..a32787f22b8 100644
--- a/core/templates/loginflowv2/authpicker.php
+++ b/core/templates/loginflowv2/authpicker.php
@@ -35,6 +35,10 @@ $urlGenerator = $_['urlGenerator'];
])) ?>
</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/>
<p id="redirect-link">