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.
This commit is contained in:
FusionPBX 2022-05-31 09:42:26 -06:00 committed by GitHub
parent 643f014181
commit 83eaee56a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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";