From 5cabb27fb7466d64d6e7f06ac3d0a67185355eaa Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Tue, 15 Nov 2022 11:48:50 +0100 Subject: [PATCH] Added the example config parameter to enforce 2FA. --- config/autoload/local.php.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index 7c4d0f3..358a1b4 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -96,6 +96,7 @@ return [ ], 'instanceName' => 'Development', // for example a short URL or client name from ansible + 'twoFactorAuthEnforced' => false, 'terms' => 'https://my.monarc.lu/terms.html',