From aec01070494194ef497efe4dbc2f90880ce947bf Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 16 Apr 2020 16:52:58 -0600 Subject: [PATCH] Update app_config.php --- core/users/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/users/app_config.php b/core/users/app_config.php index ab28445906..931b782218 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -99,7 +99,7 @@ $apps[$x]['default_settings'][$y]['default_setting_category'] = "users"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "password_length"; $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; - $apps[$x]['default_settings'][$y]['default_setting_value'] = "20"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "12"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "The default length of characters in a user password."; $y++;