DeutschLernen/GermanApp
Lasse Rune Hansen c76938cee9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(backend): Fix login by using ASP.NET Core Identity password hasher in seed data
- Update SeedDataExtension to use IPasswordHasher<User> for generating password hashes
- This ensures seed user passwords are compatible with ASP.NET Core Identity's PasswordHasher
- Admin credentials: admin@deutschlernen.com / Admin@123!
- Test user credentials: test@deutschlernen.com / Test@123!

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-18 16:20:18 +02:00
..
Application fix(backend): Fix Mistral story generation with proper chat completion format 2026-06-18 15:21:04 +02:00
Domain fix(backend/auth): Fix authentication bugs 2026-06-14 16:40:01 +02:00
Infrastructure fix(backend): Fix login by using ASP.NET Core Identity password hasher in seed data 2026-06-18 16:20:18 +02:00
Presentation fix(backend): Fix Mistral story generation with proper chat completion format 2026-06-18 15:21:04 +02:00
Properties Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Shared feat(backend/infra): add health checks, CORS, Serilog logging, and exception middleware 2026-05-31 19:52:00 +02:00
.dockerignore feat(backend/infra): add Docker configuration for Phase 3 2026-06-05 11:46:27 +02:00
Dockerfile fix(infra): remove problematic health checks for now 2026-06-05 13:03:10 +02:00
GermanApp.csproj feat(backend/infrastructure): implement Mistral API Connector (Phase 0 of AI Services) 2026-06-09 18:56:37 +02:00
GermanApp.http Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Program.cs fix(backend): resolve admin redirect, null reference, and Docker build issues 2026-06-16 17:35:50 +02:00