summaryrefslogtreecommitdiffstats
path: root/modules/auth/authentication.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth/authentication.go')
-rw-r--r--modules/auth/authentication.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/auth/authentication.go b/modules/auth/authentication.go
index 4456d2a5f7..170b24a988 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"`
}