This commit is contained in:
Unknown 2014-05-11 07:43:57 -04:00
parent bf58679390
commit c5dbc24ca4
4 changed files with 39 additions and 33 deletions

View file

@ -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"`
}