Skip to content

Commit 421f523

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
Add a clear message why you could end up there
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 778cb33 commit 421f523

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)