Changed password_length Default Setting back to current value of 10, instead of 15.

This commit is contained in:
Nate Jones
2014-03-13 21:11:43 +00:00
parent 33bb2d850f
commit cd2faf3521

View File

@@ -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 .= "), ( ";