-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Username does not change on the IDE #4390
Comments
Hey @Carlos-Schrodinger, I was able to reproduce this. Thanks for reporting this! 💯 This happens because we pick up the name during sign up. We're considering of allowing users to change their name from the dashboard (see In the meantime, you can use a different name or email per project or for all projects using environment variables. |
Did not think about that! Thanks for helping :-) |
Hi! AFAIU, we're going to make the details on /account editable at some point. And all places needs to be reviewed, where we use |
Good to know, thank you! |
Bug description
Usernames dont get updated if you change them in any of the services supported (Bitbucket, Gitlab and Github).
I recently changed my name from Sylack-Lab to Carlos-Schrodinger, but the IDE's (Only Theia atm since I have not tested on VSCode) still show up as Sylack-Lab.
Steps to reproduce
Username problem:
"Do you want to install for old username here"? Even though you have a new username.
Expected behavior
To show the correct username based on my GitHub data.
Example repository
Any repository works.
Anything else?
running Chrome Dev branch
The text was updated successfully, but these errors were encountered: