Skip to content

Commit e1e4575

Browse files
committed
Add a clear message why you could end up there
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 6c825ee commit e1e4575

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

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 giving 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 giving 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)