From 83eaee56a2de953251a91ecfbb2e344667ebcd70 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 31 May 2022 09:42:26 -0600 Subject: [PATCH] number_alias permission removed from superadmin group. Not providing permissions to this by default to discourage using it. However anyone can assign the permission to any groups of their choice. --- app/extensions/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 1ddda9c873..47f69452f9 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -89,7 +89,7 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "number_alias"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //$apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "extension_toll";