diff --git a/config-templates/config.php b/config-templates/config.php index 56c06aa9365dbb71e2b342e2867be52f63e1b268..63d7620910ee9abd41f7d11d23e881e794f2d52b 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -481,8 +481,12 @@ $config = [ * 'core' => null, // Unset or NULL uses default. * ], * - */ + 'module.enable' => [ + 'exampleauth' => false, + 'core' => true, + 'saml' => true + ] /*************************