diff --git a/core/users/app_config.php b/core/users/app_config.php index f4f83282ea..9d1c91c3af 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -177,6 +177,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "username"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "password"; @@ -266,6 +267,7 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_name"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupid"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "group_uuid"; @@ -279,6 +281,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "username"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; @@ -321,14 +324,17 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_category"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the category."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_subcategory"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the subcategory."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_value"; @@ -345,6 +351,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; ?>