Skip to content

Commit

Permalink
Disable OpenID by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
SISheogorath committed Jan 25, 2019
1 parent afcbea4 commit 806f403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/default.js
Expand Up @@ -151,5 +151,5 @@ module.exports = {
allowEmailRegister: true,
allowGravatar: true,
allowPDFExport: true,
openID: true
openID: false
}

0 comments on commit 806f403

Please sign in to comment.