This commit is contained in:
parent
54c9e8231f
commit
87b7c7270d
2
.drone.yml
Normal file
2
.drone.yml
Normal file
@ -0,0 +1,2 @@
|
||||
kind: template
|
||||
load: docker.yaml
|
@ -270,7 +270,7 @@ func (c *githubConnector) HandleCallback(s connector.Scopes, r *http.Request) (i
|
||||
identity = connector.Identity{
|
||||
UserID: strconv.Itoa(user.ID),
|
||||
Username: username,
|
||||
PreferredUsername: user.Login,
|
||||
PreferredUsername: strings.ToLower(user.Login),
|
||||
Email: user.Email,
|
||||
EmailVerified: true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user