MeghaSharma21 / WorklistTool-GSoC-2018

Tool is being developed for Wikimedia under GSoC 2018
5 stars 7 forks source link

Username doesn't match my Wikimedia username #26

Open ragesoss opened 6 years ago

ragesoss commented 6 years ago

When I logged in via OAuth with 'Sage (Wiki Ed)', my username on the worklist came up as 'SageWikiEd'. Not a huge deal, but it's likely to cause some confusion.

Also, maybe there are cases where two different MediaWiki usernames translate to the same worklist name?

MeghaSharma21 commented 6 years ago

This is because Django (the backend that I'm using) doesn't allow spaces and brackets in username field. See this for reference.

I've fixed it by disabling those rules. Please check now.

Samwalton9 commented 6 years ago

This looks to be fixed, I just logged in with Samwalton9 (WMF) and my username is displaying correctly.