Encoding issue with displayed user name
lokal-profil opened this issue · 1 comments
lokal-profil commented
wetneb commented
Thanks for reporting! It seems that this is due to Django's built-in User model only accepting a limited set of characters in the username field. This could be fixed with a custom user model or simply by retrieving the original username from the OAuth data.