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.
Hi Edy,
By default, new apps do not enforce email verification.
In Kinvey console (Users>Settings>Email Verification), you need to check two checkboxes -- Enforce email verification AND Automatically send verification email.
Have you done that?
Regards,
Wani
Kinvey Support
Hi Aniruddha,
If I enable Enforce email verification AND Automatically send verification email , i am getting Missing Parameter Exception while creating user. Can you please help me regarding this issue.?
Regards,
Irshath
Hi Irshath,
Normally you can create user (signup) with a minimum of two parameters - username and password.
If you enable email verification, you will need three parameters for signup - email, username and password. Username and email fields can be identical.
I hope this helps.
Regards,
Wani
Hi Aniruddha,
Thanks for your quick reply . I am using the lastest KinveySDK (2.10.8) . I am using mkinveyClient.user.create() function for creating user .It allowing only maximum two parameters .Can you please tell me exactly what function I have to use for signup ?
Regards,
Irshath
Hello Everyone,
We are pleased to inform you that a new release of the Android SDK v2.10.12 has been posted and is available for download at the following location.
http://devcenter.kinvey.com/android/downloads
This update fixes the problem described in this ticket regarding the send email verification problem.
At your convenience, please download and test the fix and let us know if it works to your satisfaction.
Regards,
Billy Gee
Edy Haryono
Since "Automatically send verification email" feature seems not working since quite a while (see this this post) I'm now trying to send verification mails manually with following code like in the guides: