From 11fb0a7edfb36795aae8a7d05e8604274c3d0983 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 28 Sep 2016 09:33:16 +0900 Subject: [PATCH] (refs #1214)Gravater is disable in default --- .../scala/gitbucket/core/service/SystemSettingsService.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/gitbucket/core/service/SystemSettingsService.scala b/src/main/scala/gitbucket/core/service/SystemSettingsService.scala index 668eb9a7b..c2aa28ded 100644 --- a/src/main/scala/gitbucket/core/service/SystemSettingsService.scala +++ b/src/main/scala/gitbucket/core/service/SystemSettingsService.scala @@ -73,7 +73,7 @@ trait SystemSettingsService { getValue(props, AllowAccountRegistration, false), getValue(props, AllowAnonymousAccess, true), getValue(props, IsCreateRepoOptionPublic, true), - getValue(props, Gravatar, true), + getValue(props, Gravatar, false), getValue(props, Notification, false), getOptionValue[Int](props, ActivityLogLimit, None), getValue(props, Ssh, false),