new features

This commit is contained in:
Matthias Hochmeister
2026-03-23 18:43:30 +01:00
parent 202a658b8d
commit 1b13e4f89e
31 changed files with 1022 additions and 517 deletions

View File

@@ -714,7 +714,8 @@ class EventsService {
FROM users
WHERE authentik_groups IS NOT NULL
) g
WHERE group_name != 'dashboard_admin'
WHERE group_name LIKE 'dashboard_%'
AND group_name != 'dashboard_admin'
ORDER BY group_name`
);