diff options
Diffstat (limited to 'modules/auth')
-rw-r--r-- | modules/auth/auth_form.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |