SuperCart

Jomsoical用户名长度修改

E-mail Print PDF
There are no translations available.

Please check this file: /components/com_community/helpers/validate.php

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.

You are here: Support WIKI Joomla Jomsoical用户名长度修改