grandchamp / Identity.Dapper

Identity package that uses Dapper instead EntityFramework for use with .NET Core
MIT License
268 stars 62 forks source link

email stored in uppercase at the mysql database #64

Closed eld1887 closed 6 years ago

eld1887 commented 6 years ago

hi, first evrything works very well. Thanks for your work. But if i register a new user, the email is stored in uppercase in the mysql database. it´s a litte bit irritating, if you want to show the email at your spa (or other homepage) and it´s in upperacse. So my questioin is: is it only a problem by me or is it "normal" and wanted by you. At the mysql code for the database, i can´t find something that the email should stored in uppercase.

Thanks for your help.

grandchamp commented 6 years ago

That's a default behavior from MS Identity.

eld1887 commented 6 years ago

Ok, thanks for your answer.