Skip to content

Commit 7d81e31

Browse files
authored
Merge pull request #921 from jaredchesebro/7.dev
Update system-configuration-overrides.md (Add enable_mfa)
2 parents d826f7b + bdf19c9 commit 7d81e31

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/general/system-configuration-overrides.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,8 +1298,23 @@ Example Usage:
12981298

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

1301+
1302+
## `enable_mfa`
1303+
1304+
If enabled, the Multi-factor authentication (MFA) options will become available for member roles.
1305+
1306+
| Value | Behavior |
1307+
| ----- | -------------------------------------- |
1308+
| y | Enable Multi-factor authentication |
1309+
| n | Disable Multi-factor authentication (default) |
1310+
1311+
Example Usage:
1312+
1313+
$config['enable_mfa'] = 'y';
1314+
13011315
## `enable_online_user_tracking`
13021316

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

13051320
| Value | Behavior |

0 commit comments

Comments
 (0)