connector/gitlab: implement useLoginAsID as in GitHub connector

This commit is contained in:
Nandor Kracser
2019-07-26 12:35:35 +02:00
parent 6e98c04f9b
commit ff34e570b4
4 changed files with 14 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ type githubConnector struct {
teamNameField string
// if set to true and no orgs are configured then connector loads all user claims (all orgs and team)
loadAllGroups bool
// if set to true will use the users handle rather than their numeric id as the ID
// if set to true will use the user's handle rather than their numeric id as the ID
useLoginAsID bool
}