Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add a clear message why you could end up there
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Jul 8, 2020
commit a6a56b7481a658a6cf2e7e44f9a5728967f9f8ac
4 changes: 4 additions & 0 deletions core/templates/loginflow/authpicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
])) ?>
</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">
Expand Down
4 changes: 4 additions & 0 deletions core/templates/loginflowv2/authpicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
])) ?>
</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">
Expand Down