From 98bf0c5a758cebaab3fca44ee1d915c051c44075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Tue, 20 Nov 2018 17:42:24 +0100 Subject: [PATCH] Change config template to avoid it accidentally disabling the "saml" module. --- config-templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index d26076559..87887034d 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. * ], * -- GitLab