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>
This commit is contained in:
parent
afcbea48cd
commit
806f403045
1 changed files with 1 additions and 1 deletions
|
@ -151,5 +151,5 @@ module.exports = {
|
|||
allowEmailRegister: true,
|
||||
allowGravatar: true,
|
||||
allowPDFExport: true,
|
||||
openID: true
|
||||
openID: false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue