MachUpskillingFY17 / JabbR-Core

Modern edition of JabbR chat client using .NET Core
MIT License
7 stars 8 forks source link

ChangeUsername not persisting into chat #272

Open ashanhol opened 7 years ago

ashanhol commented 7 years ago

If I change my username and then go to a chat, it'll still have the old username. In addition, AFK seems to be constantly set by the default for the user and is not updating with commands.

jcocchi commented 7 years ago

Additionally, you can't login using your new username. This is presumably because identity uses the "NormalizedUsername" field in the AspNetUsers table to verify logins, but this column is never updated in the table.