Merge pull request #854 from hackmdio/feature/disableGravatar

Allow to disable gravatar
This commit is contained in:
Christoph (Sheogorath) Kern 2018-06-24 01:59:06 +02:00 committed by GitHub
commit d87505d583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 27 deletions

View file

@ -147,5 +147,6 @@ module.exports = {
},
email: true,
allowEmailRegister: true,
allowGravatar: true,
allowPDFExport: true
}