emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

Cannot use upper case chars in query string #112

Closed seranus closed 6 years ago

seranus commented 6 years ago

I can't use the reset token mail without upper case chars.

I have an issue finding out how to rewrite the rules on a core server to fix it

seranus commented 6 years ago

took me while to find out, it's hard coded here. IMHO a clumsy way to enforce the lowercase rule

https://github.com/emonney/QuickApp/blob/2e63774baec959512ba5b6fa2865e06040e3f76e/src/QuickApp/ClientApp/src/app/components/app.component.ts#L165