feat(sync): sync all FDISK members, auto-creating dashboard accounts for users not yet logged in

This commit is contained in:
Matthias Hochmeister
2026-04-15 14:36:57 +02:00
parent dab4a45b79
commit 719b7bfcdb
12 changed files with 1086 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ export interface User {
updated_at: Date;
preferences?: any; // JSONB
authentik_groups: string[];
sync_source?: string | null;
}
export interface CreateUserData {