meteor-restivus icon indicating copy to clipboard operation
meteor-restivus copied to clipboard

Username is case sensitive

Open JulianKingman opened this issue 8 years ago • 2 comments

The user accounts packages recently stopped being case sensitive, any plans on following suit? I was getting this when using username with the wrong case:

{
  "status": "error",
  "message": "Unauthorized"
}

JulianKingman avatar May 01 '16 03:05 JulianKingman

I'll look into this. I'd like to match the accounts API as you've suggested.

kahmali avatar May 09 '16 22:05 kahmali

Hi @kahmali ! I have faced with this problem when users register on my site using uppercase letters in email and then they try to login they forget about uppercase. It will be good improvement to allow case insensitive login. It makes user experience better. Thanks!

achirkof avatar Feb 27 '18 10:02 achirkof