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