]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add a clear message why you could end up there 21706/head
authorJoas Schilling <coding@schilljs.com>
Mon, 6 Jul 2020 11:44:12 +0000 (13:44 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 6 Jul 2020 11:49:09 +0000 (13:49 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/templates/loginflow/authpicker.php
core/templates/loginflowv2/authpicker.php

index 3b12fbe2f07c8c08da9dd53730ed2361a7e88023..edcc5565d167e93cbec0f41a88f5940d4c0d40bb 100644 (file)
@@ -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">
index ccc9162bbc3b1f14e2e540f7fd15f3d673660bce..a32787f22b89078e3f51caeaa5fa49b3f3f7e82a 100644 (file)
@@ -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">