ios - Parse case insensitive login -


i using parse in xcode application , when try login with:

username: admin password: test

it works. when enter

username: admin password: test

the login parameters invalid. there way make parse not case sensitive?

some parameters parse uses case sensitive it's implement proper methods rectify before user saves user column properties. after fact late. in short, let user type whatever username want , save backend lowercase string. when re-enter it, translate user input string lowercase string , validate against backend (which lower case representation)


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -