Someone can register a username that has more than 12 chararcters, but at the login box you can only type 12 chars. Someone can create an account he can never use. It seems that the mailing of the password doesn't always work either.
Fixed. MySQL limits the usernames to 15 chars so I just updated the HTML to allow 15 chars instead of 12. You already emailed me about the mailing though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fixed. MySQL limits the usernames to 15 chars so I just updated the HTML to allow 15 chars instead of 12. You already emailed me about the mailing though.