-
Notifications
You must be signed in to change notification settings - Fork 19
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
Changing the github username is not recognized #115
Comments
Yes, it's because Nuxt stores the contributors data - both your Github username and Github id (user id). So when you change your username, Nuxt doesn't see that change and finds you in the contributors list via Github id. Data is available here: https://api.nuxt.com/contributors My suggestion for fix: When user logins into Thinking a little more - Nuxt API and Nuxters are probably two separate things, so I'm doubting that it's that easy. Also, I had same problem - and I fixed it myself. I had made 2 comments under my old username. I deleted both of them (they were not that important/impactful). This made Nuxt API to remove me from contributors list. Then under my current name I commented/helped on new Nuxt issue and got added back as with my current username. I don't recommend this approach, only if you have 1-2 comments like I did. |
yes the contributors data is stored and cached. that's the reason if you give it some time the cache would get updated (as I checked now it's updated) I don't think there's much that we can do (or needed) |
How long is it cached for? My old name was shown for several months, maybe even a year. 🤔 It would be nice if user could delete their data. This would also solve compliance with GDPR (I guess?). 😄 I also feel it's okay to not change anything at the moment. Maybe shorten cache period if it's too long (if cache was the real problem for Patrick). |
So although https://api.nuxt.com/contributors shows the new GitHub name, the page https://nuxters.nuxt.com still shows the old user name after login |
I need to update manually to specify the rename. Could you please provide me:
|
delta-mind-phofmann -> patrick-hofmann Thx @atinux |
It seems that changing the github username is not reflected correctly on the nuxters page. I get my old github username returned - even in incognito browser windows, so it doesn't seem to be a caching issue.
The text was updated successfully, but these errors were encountered: