diff options
Diffstat (limited to 'services/forms/auth_form.go')
-rw-r--r-- | services/forms/auth_form.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/forms/auth_form.go b/services/forms/auth_form.go index d096292601..7e7c756752 100644 --- a/services/forms/auth_form.go +++ b/services/forms/auth_form.go @@ -79,6 +79,8 @@ type AuthenticationForm struct { SSPIStripDomainNames bool SSPISeparatorReplacement string `binding:"AlphaDashDot;MaxSize(5)"` SSPIDefaultLanguage string + GroupTeamMap string + GroupTeamMapRemoval bool } // Validate validates fields |