Closed
Description
Issue Description
From our iOS App we are using this call to log in a user:
PFUser.logInWithUsername(inBackground: userEmail, password: userPassword)
But if the user enters their userEmail with a different case it fails to log in. So is this a bug or is there a way to turn of case sensitive compare for the login? It would be good if I could pass a case flag of something but I do not see a part for that.
Steps to reproduce
Create a user, for example: [email protected] then try to log in and enter [email protected] and it fails to log in.
Expected Results
Actual Outcome
Environment Setup
-
Server
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
- Operating System: [FILL THIS OUT]
- Hardware: [FILL THIS OUT]
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
-
Database
- MongoDB version: [FILL THIS OUT]
- Storage engine: [FILL THIS OUT]
- Hardware: [FILL THIS OUT]
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]