diff options
author | Josh Frye <joshfng@gmail.com> | 2016-02-12 10:10:02 -0500 |
---|---|---|
committer | Josh Frye <joshfng@gmail.com> | 2016-02-12 10:10:02 -0500 |
commit | 8ab5399e830c425e611e5b24ef2edefefa587455 (patch) | |
tree | a1cf52e58f72d0ffe44f2a7b370777de5fd15463 /modules/auth/user_form.go | |
parent | ec478b4b063e767eaf804216d2273d6e1f48d882 (diff) | |
download | gitea-8ab5399e830c425e611e5b24ef2edefefa587455.tar.gz gitea-8ab5399e830c425e611e5b24ef2edefefa587455.zip |
Make log path required
Diffstat (limited to 'modules/auth/user_form.go')
-rw-r--r-- | modules/auth/user_form.go | 2 |
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 |