Browse Source

Add a clear message why you could end up there

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v20.0.0beta1
Joas Schilling 3 years ago
parent
commit
abec8a2c63
No account linked to committer's email address

+ 4
- 0
core/templates/loginflow/authpicker.php View 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">

+ 4
- 0
core/templates/loginflowv2/authpicker.php View 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">

Loading…
Cancel
Save