Skip to content
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

User with changed OSM user name broken #454

Open
atiannicelli opened this issue Jul 7, 2023 · 1 comment
Open

User with changed OSM user name broken #454

atiannicelli opened this issue Jul 7, 2023 · 1 comment
Assignees
Labels
Type: Bug Something isn't working

Comments

@atiannicelli
Copy link

I have an OSM user ID of 251140. My original username was atiannicelli. I recently switched my OSM user name to OldManCelli (for obvious reasons). Anyway, when I login to teams using my OSM account my original username is showing up (atiannicelli) not my new one.

If I click on the OSM icon to go to my OSM account from teams it tells me that user atiannicelli doesn't exist (because it is trying to load the following page: https://www.openstreetmap.org/user/atiannicelli instead of https://www.openstreetmap.org/user/OldManCelli

If I click on the osmcha link I get a page searching for my original user name: https://osmcha.org/?filters={%22users%22:[{%22label%22:%22atiannicelli%22,%22value%22:%22atiannicelli%22}]}
I think this should be https://osmcha.org/?filters={%22uids%22:[{%22label%22:%22251140%22,%22value%22:%22251140%22}]}

Finally - the How do you contribute link is also broken because of the name change:
https://hdyc.neis-one.org/?atiannicelli (bad)
https://hdyc.neis-one.org/?OldManCelli (should be)

Screenshot 2023-07-07 at 9 35 59 AM

@kamicut
Copy link
Member

kamicut commented Jul 7, 2023

Thanks for filling the issue. This is related to #298 (comment) and so we'll have to find a new method for figuring out if the username that we've cached has changed.

cc @batpad @geohacker

@kamicut kamicut self-assigned this Jul 7, 2023
@kamicut kamicut added the Type: Bug Something isn't working label Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants