From f1130ce5e9fa63df5e472a9c5fbd3e875f1ba9f5 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 12 May 2014 11:02:36 -0400 Subject: Fix edit auth page bug --- modules/auth/authentication.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/auth/authentication.go') diff --git a/modules/auth/authentication.go b/modules/auth/authentication.go index 4456d2a5..170b24a9 100644 --- a/modules/auth/authentication.go +++ b/modules/auth/authentication.go @@ -27,6 +27,8 @@ 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"` Tls bool `form:"tls"` AllowAutoRegister bool `form:"allowautoregister"` } -- cgit v1.2.3