senecajs / seneca-auth

A Seneca user authentication plugin for Hapi and Express
http://senecajs.org
MIT License
33 stars 29 forks source link

When using the email address for registration/login the string is case sensitive #15

Open sorin-silaghi opened 10 years ago

sorin-silaghi commented 10 years ago

Email addresses are not case sensitive but in seneca-auth, when they are used for registration/login they are treated as if they were. This is a problem because users might forget whether they used an uppercase or not. Same point could be made when using nicknames.

mirceaalexandru commented 9 years ago

This should be done in seneca-user plugin