mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
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 .= "'password_length', ";
|
||||
$sql .= "'var', ";
|
||||
$sql .= "'15', ";
|
||||
$sql .= "'10', ";
|
||||
$sql .= "'true', ";
|
||||
$sql .= "'Sets the default length for system generated passwords.' ";
|
||||
$sql .= "), ( ";
|
||||
|
||||
Reference in New Issue
Block a user