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

From version 6.3
edited by Agnease
on 2026/05/22 08:52
Change comment: There is no comment for this version
To version 6.9
edited by Agnease
on 2026/05/23 18:55
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 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>
... ... @@ -72,10 +72,13 @@
72 72  
73 73   <div class="product-feature-grid">
74 74   <article class="product-feature">
75 - <div class="feature-icon">
76 - <i class="fa fa-key" aria-hidden="true"></i>
75 + <div class="card-heading">
76 + <div class="feature-icon">
77 + <i class="fa fa-key" aria-hidden="true"></i>
78 + </div>
79 + <h3>Second verification step</h3>
77 77   </div>
78 - <h3>Second verification step</h3>
81 +
79 79   <p>
80 80   After username and password verification, users complete an additional step before accessing XWiki.
81 81   The flow can require one verification method or both app and email codes.
... ... @@ -83,10 +83,13 @@
83 83   </article>
84 84  
85 85   <article class="product-feature">
86 - <div class="feature-icon">
87 - <i class="fa fa-mobile" aria-hidden="true"></i>
89 + <div class="card-heading">
90 + <div class="feature-icon">
91 + <i class="fa fa-mobile" aria-hidden="true"></i>
92 + </div>
93 + <h3>Authenticator app codes</h3>
88 88   </div>
89 - <h3>Authenticator app codes</h3>
95 +
90 90   <p>
91 91   Users can verify access with TOTP codes generated by authenticator applications on mobile or desktop devices.
92 92   </p>
... ... @@ -93,10 +93,13 @@
93 93   </article>
94 94  
95 95   <article class="product-feature">
96 - <div class="feature-icon">
97 - <i class="fa fa-envelope-o" aria-hidden="true"></i>
102 + <div class="card-heading">
103 + <div class="feature-icon">
104 + <i class="fa fa-envelope-o" aria-hidden="true"></i>
105 + </div>
106 + <h3>Email verification codes</h3>
98 98   </div>
99 - <h3>Email verification codes</h3>
108 +
100 100   <p>
101 101   Users can receive one-time verification codes by email when an authenticator app is not available or preferred.
102 102   </p>