1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-14 22:47:21 +00:00

#1333 Disable Gravatar option when install

This commit is contained in:
Unknwon
2015-08-30 00:22:26 +08:00
parent 8d73832bdf
commit 302938e646
8 changed files with 22 additions and 5 deletions

View File

@ -36,6 +36,7 @@ type InstallForm struct {
MailNotify bool
OfflineMode bool
DisableGravatar bool
DisableRegistration bool
RequireSignInView bool