File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ func Install(ctx *context.Context) {
148
148
149
149
// Server and other services settings
150
150
form .OfflineMode = setting .OfflineMode
151
- form .DisableGravatar = false // when installing, there is no database connection so that given a default value
152
- form .EnableFederatedAvatar = ! setting .InstallLock // when installing, there is no database connection so that given a default value
151
+ form .DisableGravatar = setting . DisableGravatar // when installing, there is no database connection so that given a default value
152
+ form .EnableFederatedAvatar = setting .EnableFederatedAvatar // when installing, there is no database connection so that given a default value
153
153
154
154
form .EnableOpenIDSignIn = setting .Service .EnableOpenIDSignIn
155
155
form .EnableOpenIDSignUp = setting .Service .EnableOpenIDSignUp
You can’t perform that action at this time.
0 commit comments