Nfactor26 / pixel-identity

Bootstrapper for https://github.com/openiddict/openiddict-core and Asp.net Identity with a blazor based UI .
https://nfactor26.github.io/pixel-identity/
MIT License
151 stars 31 forks source link

Default admin account has emailconfirmed set to false. #30

Closed Nfactor26 closed 2 years ago

Nfactor26 commented 2 years ago

Default admin account created by workers have EmailConfirmed set to false. This prevents login using admin account. Fixed issue with worker code to set EmailConfirmed to true for admin account while creating it.