Browse Source

Merge pull request #21706 from nextcloud/bugfix/21698/add-a-clear-abuse-message

Add a clear message why you could end up there
pull/18867/head
Roeland Jago Douma 5 years ago
committed by GitHub
parent
commit
c5c251307e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      core/templates/loginflow/authpicker.php
  2. 4
      core/templates/loginflowv2/authpicker.php

4
core/templates/loginflow/authpicker.php

@ -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
core/templates/loginflowv2/authpicker.php

@ -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