forked from forgejo/forgejo
Fix edit auth page bug
This commit is contained in:
parent
1769bb2f26
commit
f1130ce5e9
7 changed files with 41 additions and 31 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue