In People.Class.UserManager on line 203 you can change the "20" into something else. And you'll have to go into your database and edit your user table and set the Name field to allow longer values.
You'll need to log into your database using a database admin program such as phpmyadmin. In there you can view the structure and content of your databases. If you select the LUM_User table and choose to modify the Name field then you can change the limit. If you're not comfortable doing stuff like this I'd suggest you avoid it, personally.
I guess if you run a forum where people use their real first and last names as usernames it can be too short in some cases. Like... "Benjamin Smith-Thompson". Or a forum where everyone's username has to contain all 26 characters of the alphabet!
Comments