diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-11 07:43:57 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-11 07:43:57 -0400 |
commit | c5dbc24ca45e99c51e86e35a57ddec7a9095bb01 (patch) | |
tree | f5111fd2ba958554d649f4ca12ed6266a3244d45 /modules | |
parent | bf58679390b9045054139fd0f43bef9bb972f3e6 (diff) | |
download | gitea-c5dbc24ca45e99c51e86e35a57ddec7a9095bb01.tar.gz gitea-c5dbc24ca45e99c51e86e35a57ddec7a9095bb01.zip |
UI fix
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"` } |