Wiki source code of xwiki-two-factor-authentication
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | <article class="product-card"> | ||
| 2 | <div class="product-card-icon"> | ||
| 3 | <i class="fa fa-lock" aria-hidden="true"></i> | ||
| 4 | </div> | ||
| 5 | |||
| 6 | <div class="product-card-body"> | ||
| 7 | <div class="hero-kicker product-card-kicker"> | ||
| 8 | <i class="fa fa-lock" aria-hidden="true"></i> | ||
| 9 | Security extension | ||
| 10 | </div> | ||
| 11 | |||
| 12 | <h3>XWiki Two-Factor Authentication</h3> | ||
| 13 | |||
| 14 | <p> | ||
| 15 | Add XWiki 2FA/MFA protection to the standard login flow with authenticator app codes, | ||
| 16 | email verification codes, optional combined verification, and trusted-device remembering. | ||
| 17 | </p> | ||
| 18 | |||
| 19 | <ul class="product-highlights"> | ||
| 20 | <li>Works with the standard XWiki authentication flow</li> | ||
| 21 | <li>Supports app codes, email codes, or both</li> | ||
| 22 | <li>Helps protect administrator and remote-access accounts</li> | ||
| 23 | </ul> | ||
| 24 | |||
| 25 | <p class="card-link"> | ||
| 26 | <a class="btn btn-secondary" href="$xwiki.getURL('products.xwiki-two-factor-authentication')"> | ||
| 27 | View extension | ||
| 28 | </a> | ||
| 29 | </p> | ||
| 30 | </div> | ||
| 31 | </article> |