From 2ab1e807ce19f3933e0ede1dfe9c13e9950790c0 Mon Sep 17 00:00:00 2001 From: crackytsi Date: Thu, 28 May 2020 10:27:04 +0200 Subject: [PATCH] Fix documentation of multifactor authentication mfa is enabled by default and can be manually disabled, as described here: https://github.com/TheHive-Project/TheHive/issues/1317 --- TheHive4/Administration/Authentication.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/TheHive4/Administration/Authentication.md b/TheHive4/Administration/Authentication.md index abd7e77..a50f40c 100644 --- a/TheHive4/Administration/Authentication.md +++ b/TheHive4/Administration/Authentication.md @@ -86,17 +86,19 @@ Authenticate the user using an external OAuth2 authenticator server. The configu This module is deprecated. -## Enable Multi-Factor Authentication +## Multi-Factor Authentication -This feature requires a config property to be set to true: +Multi-Factor Authentication is enabled by default. This means users can configure their MFA through their User Settings page (top-Right corner button > Settings). -``` -auth.multifactor.enabled = true -``` - -Once enabled, users can configure their MFA through their User Settings page (top-Right corner button > Settings). +Once enabled, users User administrators can: - See which users have activated MFA - Reset MFA settings of any user + +This feature can be disabled by setting a config property tofalse: + +``` +auth.multifactor.enabled = false +```