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

From version 6.12
edited by Agnease
on 2026/06/23 07:40
Change comment: There is no comment for this version
To version 6.13
edited by Agnease
on 2026/06/23 07:47
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': 'Simple MFA policy',
20 + 'title': 'MFA policy',
21 21   'icon': 'cog',
22 - 'content': 'Administrators can make MFA optional or required for all users from the XWiki Administration section.'
22 + 'content': '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,8 +77,6 @@
77 77  
78 78  {{html clean="false"}}
79 79  
80 -<div class="product-doc-page product-mfa-page">
81 -
82 82  <section class="hero hero-centered" aria-labelledby="product-title">
83 83   <div class="container hero-inner">
84 84   <div class="hero-kicker">
... ... @@ -114,8 +114,8 @@
114 114  
115 115   <p>
116 116   The extension supports authenticator app codes, email-delivered verification codes, or a combined
117 - setup where both methods are required. It is designed to improve account protection without replacing
118 - the familiar XWiki authentication experience.
115 + setup where both methods are required. It improves account protection without replacing the familiar
116 + XWiki authentication experience.
119 119   </p>
120 120   </article>
121 121  
... ... @@ -361,7 +361,5 @@
361 361   </div>
362 362  </section>
363 363  
364 -</div>
365 -
366 366  {{/html}}
367 367  {{/velocity}}