Last modified by Agnease on 2026/05/23 18:56

From version 6.4
edited by Agnease
on 2026/05/22 10:02
Change comment: There is no comment for this version
To version 6.2
edited by Agnease
on 2026/05/22 08:50
Change comment: There is no comment for this version

Summary

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" aria-labelledby="product-title">
6 +<section class="hero hero-centered product-hero" aria-labelledby="product-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,7 +67,8 @@
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 stronger XWiki account protection without changing the standard login experience.
70 + A focused set of MFA/2FA features for organizations that want stronger XWiki account protection
71 + without changing the standard login experience.
71 71   </p>
72 72  
73 73   <div class="product-feature-grid">
... ... @@ -75,10 +75,9 @@
75 75   <div class="feature-icon">
76 76   <i class="fa fa-key" aria-hidden="true"></i>
77 77   </div>
78 - <h3>Second verification step</h3>
79 + <h3>Second login step</h3>
79 79   <p>
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.
81 + After username and password verification, users must complete an additional verification step before accessing XWiki.
82 82   </p>
83 83   </article>
84 84  
... ... @@ -101,6 +101,16 @@
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>
104 104   </div>
105 105   </div>
106 106  </section>