kennygrant / gohackernews

Golang News - curated links about the Go programming language
https://golangnews.com
MIT License
283 stars 42 forks source link

Can't change username #16

Open chinglinwen opened 7 years ago

chinglinwen commented 7 years ago

Expect a place to change username, Currently I have not found the place to do that

kennygrant commented 7 years ago

Yes, fair point, it'd be good to be able to edit your own username. Admins are able to for their user but this is not enabled for end users.

kennygrant commented 7 years ago

Note to self: Usernames should be a public identifier, which the user can change whenever they like and we should allow collisions (since many people have the same name) and have some way of differentiating them by id or icon (for example little autogenerated icons).

Also fix the horrible storing of usernames on posted comments and do that properly with joins.