Topic: Username Validation Error
I was doing some testing and discovered that a two character username is accepted valid,
if (strlen($username) < 2)
message($lang_prof_reg['Username too short']);
else if (pun_strlen($username) > 25) // This usually doesn't happen since the form element only accepts 25 characters
Also there is no censory validation on the username, I am not 100% sure, it seems completly valid, but here is a user i made up, http://levade.homeip.net/addicted/forum … .php?id=12
passwords seem to work fine
Forums
Future