CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

temporarily allow case insensitive username #396

Open facascante opened 7 years ago

FilipNest commented 7 years ago

I'd be tempted to make this the default. Seems pretty common.

adam-clarey commented 7 years ago

I'm happy for this to be merged into core

FilipNest commented 7 years ago

Looking at this, can't we just do .toLowerCase() on the username? Regex seems like an overkill.

adam-clarey commented 7 years ago

sure

FilipNest commented 7 years ago

I'll do it. Just running through some general fixes in a rare bit of free time!