mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
User Status was hidden by an in accessible session variable use user_status permission. There permission is more consistent with the rest of the project.
This commit is contained in:
@@ -87,6 +87,11 @@
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "view_users";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "user_status";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "users";
|
||||
|
||||
//default settings
|
||||
$y=0;
|
||||
@@ -467,3 +472,4 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user