From 81132bf3cc164c1ea5bd439d9110c43cf591ef54 Mon Sep 17 00:00:00 2001 From: Chad Date: Fri, 20 May 2016 22:56:20 +0000 Subject: [PATCH] Revert "Enable AuthManager by default" Breaking some extensions at the moment in unit testing, needs more cleanup first This reverts commit 485e0548e9cd784a91538730ba6ae8ec1708d71e. Change-Id: Icdde13df71204ff99b8ef60bd9ebf356c40615b9 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6ebbf32ab0..d6db388573 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4451,7 +4451,7 @@ $wgPasswordPolicy = [ * @since 1.27 * @deprecated since 1.27, for use during development only */ -$wgDisableAuthManager = false; +$wgDisableAuthManager = true; /** * Configure AuthManager -- 2.20.1