drinkrate/DrinkRateAPI
martinshoob e06700458f Create default user profile on registration
Implement a `UserWithProfileManager` to automatically create a default user profile upon user registration.
This ensures that each user has an associated profile with default values (e.g., `UserName`, `IsAdmin`, `IsDeleted`).
Updates the database schema to reflect the change from UserId to UserProfileId in the UserProfileCompanyTableStat and UserProfileProductTableStat entities.
2025-08-09 18:54:27 +02:00
..
Contexts Fix forgotten renaming of user, change applicationuser id type to guid 2025-08-09 17:57:41 +02:00
DbEntities Create default user profile on registration 2025-08-09 18:54:27 +02:00
Migrations Create default user profile on registration 2025-08-09 18:54:27 +02:00
Properties INIT 2025-08-08 23:28:03 +02:00
appsettings.json Create base db migration 2025-08-09 14:54:45 +02:00
DrinkRateAPI.csproj Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DrinkRateAPI.http INIT 2025-08-08 23:28:03 +02:00
Program.cs Create default user profile on registration 2025-08-09 18:54:27 +02:00