Changes for page MFA Application
Last modified by Alex Cotiugă on 2025/03/28 15:16
From version 5.4
edited by Alex Cotiugă
on 2024/06/10 17:10
on 2024/06/10 17:10
Change comment:
There is no comment for this version
To version 5.6
edited by Alex Cotiugă
on 2024/06/10 17:10
on 2024/06/10 17:10
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- ExtensionCode.ExtensionClass[0]
-
- Description
-
... ... @@ -1,10 +3,8 @@ 1 -Allows users to authenticate to the wiki using Time-based One Time Passwords. 2 - 3 3 {{error}} 4 4 The MFA application is not compatible with other applications that provide [[Authenticators for XWiki>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Authentication/]]. Uninstall these applications and restart the wiki. 5 5 {{/error}} 6 6 7 -= Enable new repository = 5 +== Enable new repository == 8 8 A new repository must be added in the xwiki.properties files, to find the extensions provided by Agnease in the Extension Manager. Ientify the following first 3 lines (they are commented by default), uncomment them and add the 4th one. If the XWiki repositories are not enabled in this file, no XWiki extensions will be found anymore. 9 9 10 10 {{code language="none"}} ... ... @@ -14,7 +14,7 @@ 14 14 extension.repositories = agnease.com:xwiki:https://agnease.com/rest/ 15 15 {{/code}} 16 16 17 -= Set the authenticator = 15 +== Set the authenticator == 18 18 Before XWiki 15.3, add the following authentication class in xwiki.cfg. 19 19 20 20 {{code language="none"}} ... ... @@ -25,6 +25,6 @@ 25 25 26 26 [[image:1718039336790-166.png||data-xwiki-image-style-border="true"]] 27 27 28 -= Global Configuration = 26 +== Global Configuration == 29 29 30 -= User Profile = 28 +=== User Profile ==