From 362d64df0483700ac435c4b05709265378887a4e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 11 Sep 2015 13:32:33 -0400 Subject: #1620 add allowed domains for SMTP auth --- modules/auth/auth_form.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/auth') diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go index 83f8f4ebd8..d18e9fd6f9 100644 --- a/modules/auth/auth_form.go +++ b/modules/auth/auth_form.go @@ -28,6 +28,7 @@ type AuthenticationForm struct { SMTPAuth string SMTPHost string SMTPPort int + AllowedDomains string TLS bool SkipVerify bool AllowAutoRegister bool -- cgit v1.2.3