Changed password_length Default Setting back to current value of 10, instead of 15.
This commit is contained in:
parent
33bb2d850f
commit
cd2faf3521
|
|
@ -94,7 +94,7 @@ if ($domains_processed == 1) {
|
|||
$sql .= "'security', ";
|
||||
$sql .= "'password_length', ";
|
||||
$sql .= "'var', ";
|
||||
$sql .= "'15', ";
|
||||
$sql .= "'10', ";
|
||||
$sql .= "'true', ";
|
||||
$sql .= "'Sets the default length for system generated passwords.' ";
|
||||
$sql .= "), ( ";
|
||||
|
|
|
|||
Loading…
Reference in New Issue