diff options
Diffstat (limited to 'modules/auth/auth_form.go')
-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 15dbb3605b..9454d85693 100644 --- a/modules/auth/auth_form.go +++ b/modules/auth/auth_form.go @@ -31,6 +31,7 @@ type AuthenticationForm struct { SMTPHost string SMTPPort int AllowedDomains string + SecurityProtocol int `binding:"Range(0,2)"` TLS bool SkipVerify bool PAMServiceName string |