Tuesday 13 December 2005 10:40:33 am
There is no setting. But you could easily modify: kernel/classes/datatypes/ezuser/ezusertype.php to do this. In that file this line is present:
if ( strlen( $password ) < 3 )
so you should be able to change the '3' to be an ini setting instead. Paul
|