aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth')
-rw-r--r--modules/auth/user_form.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go
index 0e863ec91f..57451d9eb6 100644
--- a/modules/auth/user_form.go
+++ b/modules/auth/user_form.go
@@ -27,7 +27,7 @@ type InstallForm struct {
SSHPort int
HTTPPort string `binding:"Required"`
AppUrl string `binding:"Required"`
- LogRootPath string
+ LogRootPath string `binding:"Required"`
SMTPHost string
SMTPFrom string