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 -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -