Add extension_password and device_line_password permissions. Goal is to make it possible to hide the password from the admin as desired by the superadmin.

This commit is contained in:
Mark Crane
2015-05-20 22:24:19 +00:00
parent 1bc20de00b
commit 551aba5941
4 changed files with 19 additions and 5 deletions
+4
View File
@@ -72,6 +72,10 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "extension_dial_string";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "extension_password";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
//schema details
$y = 0; //table array index