diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/auth/authentication.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/auth/authentication.go b/modules/auth/authentication.go index 89ccc560f9..4456d2a5f7 100644 --- a/modules/auth/authentication.go +++ b/modules/auth/authentication.go @@ -27,9 +27,7 @@ type AuthenticationForm struct { MsAdSA string `form:"ms_ad_sa"` IsActived bool `form:"is_actived"` SmtpAuth string `form:"smtpauth"` - SmtpHost string `form:"smtphost"` - SmtpPort int `form:"smtpport"` - SmtpTls bool `form:"smtptls"` + Tls bool `form:"tls"` AllowAutoRegister bool `form:"allowautoregister"` } |