Last modified by Agnease on 2026/06/24 16:39

From version 6.13
edited by Agnease
on 2026/06/23 07:47
Change comment: There is no comment for this version
To version 6.12
edited by Agnease
on 2026/06/23 07:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -17,9 +17,9 @@
17 17  }])
18 18  
19 19  #set ($adminExperienceItems = [{
20 - 'title': 'MFA policy',
20 + 'title': 'Simple MFA policy',
21 21   'icon': 'cog',
22 - 'content': 'Make MFA optional or required for all users from the XWiki Administration section.'
22 + 'content': 'Administrators can make MFA optional or required for all users from the XWiki Administration section.'
23 23  },{
24 24   'title': 'Recovery and trusted devices',
25 25   'icon': 'shield',
... ... @@ -77,6 +77,8 @@
77 77  
78 78  {{html clean="false"}}
79 79  
80 +<div class="product-doc-page product-mfa-page">
81 +
80 80  <section class="hero hero-centered" aria-labelledby="product-title">
81 81   <div class="container hero-inner">
82 82   <div class="hero-kicker">
... ... @@ -112,8 +112,8 @@
112 112  
113 113   <p>
114 114   The extension supports authenticator app codes, email-delivered verification codes, or a combined
115 - setup where both methods are required. It improves account protection without replacing the familiar
116 - XWiki authentication experience.
117 + setup where both methods are required. It is designed to improve account protection without replacing
118 + the familiar XWiki authentication experience.
117 117   </p>
118 118   </article>
119 119  
... ... @@ -359,5 +359,7 @@
359 359   </div>
360 360  </section>
361 361  
364 +</div>
365 +
362 362  {{/html}}
363 363  {{/velocity}}