Added the ability to manage users.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
return [
|
||||
'Role' => 'User group',
|
||||
'User' => 'Users',
|
||||
'Allowed to watch' => 'Allowed to watch',
|
||||
'Allowed to create' => 'Allowed to create',
|
||||
'Allowed to edit' => 'Allowed to edit',
|
||||
|
@@ -3,4 +3,5 @@
|
||||
return [
|
||||
'Dashboard' => 'Dashboard',
|
||||
'User group' => 'User group',
|
||||
'Users' => 'Users',
|
||||
];
|
||||
|
@@ -218,5 +218,7 @@ return [
|
||||
'timezone' => 'timezone',
|
||||
'code' => 'code',
|
||||
'permissions' => 'permissions',
|
||||
'is_active' => 'is active',
|
||||
'roles' => 'user group',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user