Hacker News new | ask | show | jobs
by MichaelGG 4231 days ago
Well, you have to have some limit. Otherwise a user could register with a 1GB username. This might break all sorts of things that assume they can display or work with usernames.
1 comments

This is why you prevent them from entering one that is longer than your limit. You don't let them enter it and then truncate it...