feat: remove user directory
The user directory feature has been removed. This means users can no longer see the user list unless they have admin privileges.
This commit is contained in:
@@ -232,12 +232,6 @@ return [
|
||||
'icon' => 'fas fa-home',
|
||||
'url' => 'dashboard',
|
||||
],
|
||||
[
|
||||
'text' => 'm_directory',
|
||||
'icon' => 'fas fa-users',
|
||||
'url' => 'users/directory',
|
||||
'can' => 'profiles.view.others',
|
||||
],
|
||||
[
|
||||
'header' => 'h_applications',
|
||||
'can' => 'applications.view.own',
|
||||
|
Reference in New Issue
Block a user