* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
- remove pptpd reference [SME: 11417] - move template-begin-ini [SME: 12211] - passwordstrength{length} default to 12 [SME: 12383] - more password granularity (none,normal,intermediate,strong) [SME: 12384]
This commit is contained in:
@@ -573,7 +573,7 @@ sub validatePassword($$)
|
||||
$strength ||= 'normal';
|
||||
|
||||
my $length = 12;
|
||||
my $db = esmith::ConfigDB->open("/tmp/toto") || undef;
|
||||
my $db = esmith::ConfigDB->open() || undef;
|
||||
my $sysconfig = $db->get("passwordstrength")|| undef if $db ;
|
||||
$length = $sysconfig->prop("length") || "12" if $sysconfig;
|
||||
|
||||
|
Reference in New Issue
Block a user