Skip to content

Commit 806f403

Browse files
committed
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 <sheogorath@shivering-isles.com>
1 parent afcbea4 commit 806f403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ module.exports = {
151151
allowEmailRegister: true,
152152
allowGravatar: true,
153153
allowPDFExport: true,
154-
openID: true
154+
openID: false
155155
}

0 commit comments

Comments
 (0)