diff --git a/apps/authentik/authentik-blueprints.yaml b/apps/authentik/authentik-blueprints.yaml index fc5dce3..1d548f4 100644 --- a/apps/authentik/authentik-blueprints.yaml +++ b/apps/authentik/authentik-blueprints.yaml @@ -114,12 +114,25 @@ data: # stages the built-in default-recovery-flow already uses successfully, # plus our own redirect stage instead of falling back to the authentik # dashboard (blocked for type=external Matrix users). + # ⚠️ name und title MUESSEN hier stehen. Der FlowSerializer verlangt beide + # (keine Model-Defaults). Fehlen sie, scheitert die Validierung, der Eintrag + # bekommt keine Model-Instanz - und JEDES nachfolgende `!KeyOf + # matrix_recovery_flow` laeuft ins Leere. Genau das war der Zustand bis + # 2026-08-07: der Blueprint wurde bei jedem Lauf verworfen (gitops#60). + # Gegenprobe im selben ConfigMap: matrix-invitation-flow setzt beide und + # laeuft durch. + # + # Die Werte sind der Stand aus der Datenbank, damit sich an der angezeigten + # Seite nichts aendert. (Der Tippfehler "mail-adress" ist so gewachsen und + # bleibt bewusst stehen - Textaenderung waere eine eigene Entscheidung.) - model: authentik_flows.flow state: present identifiers: slug: matrix-recovery id: matrix_recovery_flow attrs: + name: "Welcome to aXion1337! Please provide a username or mail-adress." + title: "Welcome to aXion1337! Please provide a username or mail-adress." designation: recovery - model: authentik_flows.flowstagebinding