diff --git a/config-templates/config.php b/config-templates/config.php index d260765594d7892d73ef1a503b5ccf3ea0d1c75a..87887034d83ba883a89ee4616edb9757d3969c76 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -494,7 +494,7 @@ $config = [ * * 'module.enable' => [ * 'exampleauth' => true, // Setting to TRUE enables. - * 'saml' => false, // Setting to FALSE disables. + * 'consent' => false, // Setting to FALSE disables. * 'core' => null, // Unset or NULL uses default. * ], *