I’m wondering how the email, name, and password properties of a BackendlessUser are case-sensitive?
For example, if I register my name as “JoHnDoe”, can I later log in as “johndoE”? In other words, does backendless automatically handle this or will I have to store everything as all lowercase as a solution?
I am wondering the same for the password and email properties.
Edit: After some testing, it seems that name is not case-sensitive, however password is.