From c5dbc24ca45e99c51e86e35a57ddec7a9095bb01 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 11 May 2014 07:43:57 -0400 Subject: UI fix --- modules/auth/authentication.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/auth/authentication.go') diff --git a/modules/auth/authentication.go b/modules/auth/authentication.go index 89ccc560..4456d2a5 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"` } -- cgit v1.2.3