Changes for page XWiki Two-Factor Authentication
Last modified by Agnease on 2026/05/23 18:56
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -3,7 +3,7 @@ 3 3 #set ($discard = $xwiki.ssx.use('products.WebHome')) 4 4 {{html clean="false"}} 5 5 6 -<section class="hero hero-centered product-hero" aria-labelledby="product-title">6 +<section class="hero hero-centered" aria-labelledby="hero-title"> 7 7 <div class="container hero-inner"> 8 8 <div class="hero-kicker"> 9 9 <i class="fa fa-lock" aria-hidden="true"></i> ... ... @@ -67,8 +67,7 @@ 67 67 <h2 id="features-title">Main capabilities</h2> 68 68 69 69 <p class="section-intro"> 70 - A focused set of MFA/2FA features for organizations that want stronger XWiki account protection 71 - without changing the standard login experience. 70 + A focused set of MFA/2FA features for stronger XWiki account protection without changing the standard login experience. 72 72 </p> 73 73 74 74 <div class="product-feature-grid"> ... ... @@ -76,9 +76,10 @@ 76 76 <div class="feature-icon"> 77 77 <i class="fa fa-key" aria-hidden="true"></i> 78 78 </div> 79 - <h3>Second login step</h3>78 + <h3>Second verification step</h3> 80 80 <p> 81 - After username and password verification, users must complete an additional verification step before accessing XWiki. 80 + After username and password verification, users complete an additional step before accessing XWiki. 81 + The flow can require one verification method or both app and email codes. 82 82 </p> 83 83 </article> 84 84 ... ... @@ -101,16 +101,6 @@ 101 101 Users can receive one-time verification codes by email when an authenticator app is not available or preferred. 102 102 </p> 103 103 </article> 104 - 105 - <article class="product-feature"> 106 - <div class="feature-icon"> 107 - <i class="fa fa-plus-circle" aria-hidden="true"></i> 108 - </div> 109 - <h3>Combined verification</h3> 110 - <p> 111 - The login flow can require both an authenticator app code and an email code when stricter verification is needed. 112 - </p> 113 - </article> 114 114 </div> 115 115 </div> 116 116 </section>