summaryrefslogtreecommitdiffstats
path: root/core/templates/twofactorselectchallenge.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-27 12:27:05 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-27 12:27:05 +0200
commit78bb02d27ab3c9110b8e63117dc8a25ea0610ca2 (patch)
treedc0a2e903e4f7e36dcc8f7c788c92d5e1ae7f579 /core/templates/twofactorselectchallenge.php
parent4a9167315435a37f12b8c47ec3a9d9c81183e321 (diff)
downloadnextcloud-server-78bb02d27ab3c9110b8e63117dc8a25ea0610ca2.tar.gz
nextcloud-server-78bb02d27ab3c9110b8e63117dc8a25ea0610ca2.zip
list 2FA providers as buttons
Diffstat (limited to 'core/templates/twofactorselectchallenge.php')
-rw-r--r--core/templates/twofactorselectchallenge.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/twofactorselectchallenge.php b/core/templates/twofactorselectchallenge.php
index 1c8fcd362e5..1948499e604 100644
--- a/core/templates/twofactorselectchallenge.php
+++ b/core/templates/twofactorselectchallenge.php
@@ -1,11 +1,11 @@
<div class="warning">
- <h2 class="two-factor-header"><?php p($l->t('Two-step verification')) ?></h2>
- <p><?php p($l->t('Enhanced security has been enabled for your account. Please authenticate using a second factor.')) ?></p>
+ <h2 class="two-factor-header"><?php p($l->t('Two-factor authentication')) ?></h2>
+ <p><?php p($l->t('Enhanced security is enabled for your account. Please authenticate using a second factor.')) ?></p>
<p>
<ul>
<?php foreach ($_['providers'] as $provider): ?>
<li>
- <a class="two-factor-provider"
+ <a class="button two-factor-provider"
href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.TwoFactorChallenge.showChallenge',
[
'challengeProviderId' => $provider->getId(),