mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Special characters not required by default.
Long enough password special characters can be optional
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
$apps[$x]['default_settings'][$y]['default_setting_category'] = "users";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "password_special";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_value'] = "true";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_value'] = "false";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set whether to require at least one special character in user passwords.";
|
||||
$y++;
|
||||
|
||||
Reference in New Issue
Block a user