Can't add user to a specific repo or team #113

Closed
opened 2025-11-02 03:09:34 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @thibaultmeyer on GitHub (Dec 7, 2016).

When we try to assign user to a specific project or a team, we get the error user does not exist..

image

Originally created by @thibaultmeyer on GitHub (Dec 7, 2016). When we try to assign user to a specific project or a team, we get the error `user does not exist.`. ![image](https://cloud.githubusercontent.com/assets/1005086/20963237/e9e676fc-bc6c-11e6-8314-b54c25e98e5a.png)
GiteaMirror added the type/bug label 2025-11-02 03:09:34 -06:00
Author
Owner

@Bwko commented on GitHub (Dec 7, 2016):

This is caused by commit 55bd3edb90
It is caused by:

 -	UserName  string `json:"username"`
 +	UserName  string `json:"login"`
@Bwko commented on GitHub (Dec 7, 2016): This is caused by commit 55bd3edb90285fe5983229defcaec7b49f94b980 It is caused by: ``` - UserName string `json:"username"` + UserName string `json:"login"` ```
Author
Owner

@lunny commented on GitHub (Dec 7, 2016):

This have been resolved by #362

@lunny commented on GitHub (Dec 7, 2016): This have been resolved by #362
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#113