vhs / nomos

Membership management system made VHS-centric
25 stars 7 forks source link

Email matching shouldn't be case-sensitive #222

Open JarrettR opened 7 years ago

JarrettR commented 7 years ago

Login or password reset using an email is case sensitive. This causes annoyance when trying to login from phones that automatically capitalise the first character of a field.

JarrettR commented 7 years ago

mark the input fields data type as “email”. it should do the right thing (tm)