Skip to content

Commit

Permalink
Merge pull request #921 from jaredchesebro/7.dev
Browse files Browse the repository at this point in the history
Update system-configuration-overrides.md (Add enable_mfa)
  • Loading branch information
TomJaeger authored Jan 23, 2025
2 parents d826f7b + bdf19c9 commit 7d81e31
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/general/system-configuration-overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -1298,8 +1298,23 @@ Example Usage:

**Also found in CP:** `Settings --> Tracking`: [Enable Template Hit Tracking](control-panel/settings/hit-tracking.md#enable-template-hit-tracking)


## `enable_mfa`

If enabled, the Multi-factor authentication (MFA) options will become available for member roles.

| Value | Behavior |
| ----- | -------------------------------------- |
| y | Enable Multi-factor authentication |
| n | Disable Multi-factor authentication (default) |

Example Usage:

$config['enable_mfa'] = 'y';

## `enable_online_user_tracking`


If enabled, online user statistics are tracked and the user-based variables in the [Statistics](add-ons/statistics.md) module are available for use.

| Value | Behavior |
Expand Down

0 comments on commit 7d81e31

Please sign in to comment.