There are no translations available.
Please check this file: /components/com_community/
static public function username( $username )
{
return (!preg_match( "/[\"'%;()&]/i" , $username ) && JString::strlen( $username ) > 2 );
}
You can try changing the above to >= 2 instead of > 2.




