user management
All checks were successful
Deploy / deploy-staging (push) Successful in 25s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-24 00:35:42 +02:00
parent fa48a381ff
commit 30d7456fde
4 changed files with 732 additions and 166 deletions

View File

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