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
@@ -71,6 +71,10 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_line_password';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "device_setting_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;