dak.c2s/docs/plans
CCS Admin d5db84d93f feat: add self-service password reset via email
Adds "Passwort vergessen?" to login page with email-based password
reset flow. Backend generates secure token (SHA-256 hashed, 1h expiry),
sends reset link via SMTP, and validates on submission. Includes rate
limiting (3 requests/hour/email), audit logging, and account unlock
on successful reset. New ResetPasswordPage with password confirmation.

New DB table: password_reset_tokens (migration 008).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 14:56:07 +00:00
..
2026-02-23-dak-portal-design.md feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
2026-02-23-dak-portal-implementation.md feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
2026-02-26-dak-datenschutz-design.md docs: add DAK-Datenschutz design for role-based data masking 2026-02-26 15:56:48 +00:00
2026-02-26-dak-datenschutz-implementation.md docs: add DAK-Datenschutz implementation plan (11 tasks) 2026-02-26 15:59:29 +00:00
2026-02-26-fall-id-anonymisierung-design.md docs: add Fall-ID anonymization design 2026-02-26 16:57:23 +00:00
2026-02-26-fall-id-anonymisierung-implementation.md docs: add implementation plan for fall-id anonymization 2026-02-26 17:01:09 +00:00
2026-02-26-frontend-testing-design.md docs: add frontend testing design (Vitest + MSW + Playwright) 2026-02-26 20:56:41 +00:00
2026-02-26-frontend-testing-implementation.md docs: add frontend testing implementation plan (13 tasks, ~155 tests) 2026-02-26 21:02:34 +00:00
2026-02-26-kontoverwaltung-design.md docs: add Kontoverwaltung design and implementation plan 2026-02-26 10:12:13 +00:00
2026-02-26-kontoverwaltung-implementation.md docs: add Kontoverwaltung design and implementation plan 2026-02-26 10:12:13 +00:00
2026-02-26-report-viewer-design.md feat: add inline report viewer with 5-tab sheet display 2026-02-26 22:57:35 +00:00
2026-02-26-report-viewer-implementation.md feat: add inline report viewer with 5-tab sheet display 2026-02-26 22:57:35 +00:00
2026-02-26-state-management-design.md docs: add state management refactoring design (TanStack Query) 2026-02-26 18:11:55 +00:00
2026-02-26-state-management-implementation.md docs: add state management implementation plan (9 tasks, TanStack Query) 2026-02-26 18:16:20 +00:00
2026-02-27-wochenuebersicht-persist-upload-design.md feat: persist Wochenübersicht exports, DAK-Mitarbeiter access + ICD upload 2026-02-27 13:51:14 +00:00
2026-02-28-anleitung-page-design.md feat: add Anleitung page with step-by-step guides for all portal features 2026-02-28 11:48:52 +00:00
2026-02-28-excel-export-design.md feat: add Excel export for filtered case list 2026-02-28 14:43:00 +00:00
2026-02-28-password-reset-design.md feat: add self-service password reset via email 2026-02-28 14:56:07 +00:00