Skip to content

Commit

Permalink
Fix documentation of multifactor authentication
Browse files Browse the repository at this point in the history
mfa is enabled by default and can be manually disabled, as described here: TheHive-Project/TheHive#1317
  • Loading branch information
crackytsi authored May 28, 2020
1 parent 6ede9d2 commit 2ab1e80
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions TheHive4/Administration/Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 2ab1e80

Please sign in to comment.