-
Notifications
You must be signed in to change notification settings - Fork 329
Properly handle GitHub username changes #1802
Copy link
Copy link
Open
0 / 10 of 1 issue completedLabels
authenticationUser authentication, tokens, and identity workflowsUser authentication, tokens, and identity workflowsserver(Component: server) Backend platform and service-side functionality(Component: server) Backend platform and service-side functionality
Metadata
Metadata
Assignees
Labels
authenticationUser authentication, tokens, and identity workflowsUser authentication, tokens, and identity workflowsserver(Component: server) Backend platform and service-side functionality(Component: server) Backend platform and service-side functionality
Type
Fields
Give feedbackNo fields configured for issues without a type.
A user can change his / her GitHub username. openvsx uses the
login_nameas primary key and will thus create a new user account after a change, and the user will not be associated with the previous GH username.We already keep track of the unique GH userid which does not change after a rename, and should use that rather the login_name for association.