Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-08-14 12:15:06 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-08-14 12:15:06 +0300
commit74740f65c431301bf20a4ff38311aca69692833a (patch)
tree47ea37bbe3021ceed6979cc7f309487ce0b384ca /templates
parent824224ae3e397849cf25137494cb01a39d23adb6 (diff)
parentf761a6e4f153e40c792e312978155f4ee1b497e6 (diff)
Merge branch 'master' of github.com:nextcloud/twofactor_u2f into http-warning
Diffstat (limited to 'templates')
-rw-r--r--templates/challenge.php2
-rw-r--r--templates/personal.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/challenge.php b/templates/challenge.php
index 288ef59..1077348 100644
--- a/templates/challenge.php
+++ b/templates/challenge.php
@@ -22,7 +22,7 @@ style('twofactor_u2f', 'style');
</p>
<p>
<em>
- <?php p($l->t('Chrome is the only browser that supports U2F devices. You need to install the "U2F Support Add-on" on Firefox to use U2F.')) ?>
+ <?php p($l->t('Install the "U2F Support Add-on" on Firefox to use U2F, this is not needed on Chrome.')) ?>
<p id="u2f-http-warning"
style="display: none">
<?php p($l->t('You are accessing this site via an insecure connection. Browsers might therefore refuse the U2F authentication.')) ?>
diff --git a/templates/personal.php b/templates/personal.php
index 4078346..bd77496 100644
--- a/templates/personal.php
+++ b/templates/personal.php
@@ -6,7 +6,7 @@ style('twofactor_u2f', 'style');
?>
<div class="section">
- <h2><?php p($l->t('U2F second-factor auth')); ?></h2>
+ <h2 data-anchor-name="u2f-second-factor-auth"><?php p($l->t('U2F second-factor auth')); ?></h2>
<div id="twofactor-u2f-settings">
<span class="icon-loading-small u2f-loading"></span>
<span><?php p($l->t('Loading your devices …')); ?></span>