summaryrefslogtreecommitdiffstats
path: root/modules/auth
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-30 00:22:26 +0800
committerUnknwon <u@gogs.io>2015-08-30 00:22:26 +0800
commit302938e646d764cb7f0f63720d6b44fd1fa6e065 (patch)
treedfb4f75d71f9db406ea2155159282268226ab8b7 /modules/auth
parent8d73832bdfeecb3889cf5a1f2b4e41b9d4d37f62 (diff)
downloadgitea-302938e646d764cb7f0f63720d6b44fd1fa6e065.tar.gz
gitea-302938e646d764cb7f0f63720d6b44fd1fa6e065.zip
#1333 Disable Gravatar option when install
Diffstat (limited to 'modules/auth')
-rw-r--r--modules/auth/user_form.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go
index 4f00a7c22a..e253d60f33 100644
--- a/modules/auth/user_form.go
+++ b/modules/auth/user_form.go
@@ -36,6 +36,7 @@ type InstallForm struct {
MailNotify bool
OfflineMode bool
+ DisableGravatar bool
DisableRegistration bool
RequireSignInView bool