meteor-restivus
meteor-restivus copied to clipboard
Username is case sensitive
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"
}
I'll look into this. I'd like to match the accounts API as you've suggested.
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!