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:
2022-09-04 13:27:56 +01:00
parent 78bc9b6bf9
commit 30f0ef6586
4 changed files with 0 additions and 42 deletions

View File

@@ -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',