This commit is contained in:
		| @@ -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