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. |
||
---|---|---|
.. | ||
DbApplicationUser.cs | ||
DbCompany.cs | ||
DbCompanyRating.cs | ||
DbCompanyTable.cs | ||
DbCompanyTableView.cs | ||
DbProduct.cs | ||
DbProductRating.cs | ||
DbProductTable.cs | ||
DbProductTableView.cs | ||
DbUserProfile.cs | ||
DbUserProfileCompanyTableStat.cs | ||
DbUserProfileProductTableStat.cs |