diff options
Diffstat (limited to 'modules/auth/auth_form.go')
-rw-r--r-- | modules/auth/auth_form.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go index bfae4b13c4..b2d427b4b8 100644 --- a/modules/auth/auth_form.go +++ b/modules/auth/auth_form.go @@ -29,7 +29,8 @@ type AuthenticationForm struct { SMTPHost string `form:"smtp_host"` SMTPPort int `form:"smtp_port"` TLS bool `form:"tls"` - AllowAutoRegister bool `form:"allowautoregister"` + SkipVerify bool + AllowAutoRegister bool `form:"allowautoregister"` PAMServiceName string } |