user management
This commit is contained in:
@@ -88,7 +88,7 @@ return [
|
||||
'icon' => 'UM',
|
||||
'entry_route' => '/admin/users/',
|
||||
'window_mode' => 'window',
|
||||
'content_mode' => 'iframe',
|
||||
'content_mode' => 'native-module',
|
||||
'default_width' => 1180,
|
||||
'default_height' => 760,
|
||||
'supports_widget' => false,
|
||||
@@ -96,6 +96,20 @@ return [
|
||||
'module_name' => 'admin',
|
||||
'required_groups' => ['administrators'],
|
||||
'summary' => 'Benutzerverwaltung fuer Freischaltungen, Aktivierung, Deaktivierung und Passwort-Reset.',
|
||||
'native_module' => [
|
||||
'initializer' => 'initUserManagementApp',
|
||||
'options' => [
|
||||
'entryRoute' => '/admin/users/',
|
||||
],
|
||||
'assets' => [
|
||||
'styles' => [
|
||||
['href' => '/assets/apps/user-management/app.css'],
|
||||
],
|
||||
'scripts' => [
|
||||
['src' => '/assets/apps/user-management/app.js'],
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'app_id' => 'desktop-login',
|
||||
|
||||
Reference in New Issue
Block a user