From 806f403045c292c30fa217a8a32973ba71587c5d Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 25 Jan 2019 19:30:33 +0100 Subject: [PATCH] Disable OpenID by default We talked about that during a community call. It turned out that not everyone likes to have OpenID on their instance. This patch disables OpenID by default. Signed-off-by: Sheogorath --- lib/config/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/default.js b/lib/config/default.js index 5a7ae0a..9e401f3 100644 --- a/lib/config/default.js +++ b/lib/config/default.js @@ -151,5 +151,5 @@ module.exports = { allowEmailRegister: true, allowGravatar: true, allowPDFExport: true, - openID: true + openID: false }