aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/user_form.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-13 12:14:32 -0400
committerUnknwon <u@gogs.io>2015-09-13 12:14:32 -0400
commit5f1183cecf4f3c6bf677369c4e2a2788b795ab15 (patch)
tree84d66a1f584aebb3ec2a8e9e4e53c7ee6d8d738d /modules/auth/user_form.go
parentb0bf4cc1cb6e68968fa4a6076f57045a268026e9 (diff)
downloadgitea-5f1183cecf4f3c6bf677369c4e2a2788b795ab15.tar.gz
gitea-5f1183cecf4f3c6bf677369c4e2a2788b795ab15.zip
#697 add install option
Diffstat (limited to 'modules/auth/user_form.go')
-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 62ecf8a47c..718025bc9c 100644
--- a/modules/auth/user_form.go
+++ b/modules/auth/user_form.go
@@ -38,6 +38,7 @@ type InstallForm struct {
OfflineMode bool
DisableGravatar bool
DisableRegistration bool
+ EnableCaptcha bool
RequireSignInView bool
AdminName string `binding:"OmitEmpty;AlphaDashDot;MaxSize(30)" locale:"install.admin_name"`