cofoundry-cms / cofoundry

Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
https://www.cofoundry.org
MIT License
836 stars 146 forks source link

UserMicroSummary: Remove FirstName, LastName, Email fields #495

Closed HeyJoel closed 2 years ago

HeyJoel commented 2 years ago

I think the UserMicroSummary projection should not contain any personal data other than the username, so these should be removed. These properties will still be available on UserSummary and UserDetails projections.

HeyJoel commented 2 years ago

Fixed, will be released in v0.10