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'm trying to creating my custom sign up script. The sign up function the Kinvey provides does not include email. What i'm trying to do is have a signUp script where it check if the username or the email is in use, and if they are send the user an error message back informing the user that the email or user name is in use.
I can check for the uniqueness of the email and user name no problem, its the creating of the User in the user table that doesn't work. If I create it manually using collection access module, I can't login using the username and password I created.
Terrick Mansur
Hi,
This might be a stupid question, I'm new to Kinvey and Node.js. How can I include the Kinvey SDK inside the business logic scripts? Is this possible? If not why?
Thanks!