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.
Hello Eduardo,
Our logs show that the attempt failed with due to invalid credentials. Can you verify that the email for this user in the Users collection is actually correct and valid.
If you are certain that it is then make sure that this user has not been disabled (or suspended).
Finally, if neither of those two suggestions resolved your problem, please add support@kinvey.com as a collaborator for this app/KID and we will login to your console and review the problem there.
Regards,
Billy
eduardo.furtado@gmail.com
I am trying to use the reset password feature, making post requests like this one:
http://baas.kinvey.com/rpc/kid_S1uMVFSv/test@i9acao.com.br/user-password-reset-initiate
(With a empty post body, and with app credentials)
But never received any email .
I also tried
mKinveyClient.user().resetPasswordBlocking(“test@i9acao.com.br");
in java, but also did nor receive any emails.
What am i doing wrong?