sme9 here:
/usr/share/perl5/vendor_perl/esmith/FormMagick.pm
http://forums.contribs.org/index.php/topic,44858.0/all.html This is not recomended but I have changed this on my server by altering the file :
/usr/lib/perl5/site_perl/esmith/FormMagic on line 789. Change the 7 to a 5 & "> 6" to "> 4", save the file & give it a try. This worked for me.
sub validate_password
{
my ($fm,$strength,$pass) =3D @_;
use Crypt::Cracklib;
my $reason;
if ($strength eq "none") {
return $fm->localise("Passwords must be at least 7 characters =
long") unless (length($pass) > 6);
return "OK";
}
config setprop passwordstrength Admin none
config setprop passwordstrength User none
config setprop passwordstrength Ibays none