Viktor
Posts: 0
Joined: Mon Jun 01, 2015 7:48 am

How to make sign in case sensitive.

I have searched plenty and read through the documentation, but can't seem to find it.
How do i make the login/sign in case sensitive? It is causing trouble later. Another option would be how to add JS to mapping to make text mapped(?) in small letters only? Im sure you get my point.. Thanks! :)

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How to make sign in case sensitive.

Hello Viktor,

Please follow tutorial "Building a mobile app with user registration": https://devcenter.appery.io/tutorials...

It is example of usage sign-in/sign-up services.

You can change case dynamically with function toLowerCase: https://developer.mozilla.org/en-US/d...

Return to “Issues”