From 27ba68a7894d5204b8d75dc7353774977d62fa15 Mon Sep 17 00:00:00 2001 From: Chris Duarte Date: Tue, 28 Nov 2017 11:46:48 -0800 Subject: Add Config to disable Auth Transfers. (#7843) * Add Config to disable Auth Transfers. * Set config ExperimentalEnableAuthenticationTransfer behind an E20 license restriction --- config/default.json | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/default.json b/config/default.json index 96eb0ed63..e6f9cab1b 100644 --- a/config/default.json +++ b/config/default.json @@ -46,6 +46,7 @@ "RestrictPostDelete": "all", "AllowEditPost": "always", "PostEditTimeLimit": 300, + "ExperimentalEnableAuthenticationTransfer": true, "TimeBetweenUserTypingUpdatesMilliseconds": 5000, "EnablePostSearch": true, "EnableUserTypingMessages": true, -- cgit v1.2.3-1-g7c22