|
|
|
@ -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(), |
|
|
|
|