As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I am using emails for usernames by setting the email to the username on login. I validate that the username is lowercase on account creation, but how do I make the login process case-insensitive Kinvey-side? Does this have to be done on the client side?
1 Comment
Gal
said
almost 9 years ago
Hi James, while we are planning to add support for case-insensitive usernames in the future, in the meantime the easiest way to achieve this should be changing the case client side, as you suggested.
jamesw6811