1
0
Fork 0
forked from forgejo/forgejo

Fix edit auth page bug

This commit is contained in:
Unknown 2014-05-12 11:02:36 -04:00
parent 1769bb2f26
commit f1130ce5e9
7 changed files with 41 additions and 31 deletions

View file

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