Skip to content

Commit 2f963f4

Browse files
authored
Merge pull request #21751 from nextcloud/backport/21706/stable19
[stable19] Add a clear message why you could end up there
2 parents 667ca8d + a6a56b7 commit 2f963f4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

core/templates/loginflow/authpicker.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
])) ?>
3737
</p>
3838

39+
<p class="info">
40+
<?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.')) ?>
41+
</p>
42+
3943
<br/>
4044

4145
<p id="redirect-link">

core/templates/loginflowv2/authpicker.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
])) ?>
3636
</p>
3737

38+
<p class="info">
39+
<?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.')) ?>
40+
</p>
41+
3842
<br/>
3943

4044
<p id="redirect-link">

0 commit comments

Comments
 (0)