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 Eduardo,
Can you tell me what the values are in username and email columns for the user for which you tried password reset?
Is this working for other users?
Regards,
Wani
Kinvey Support
Hello Wani,
in this example the username = "test@i9acao.com.br", without email column.
Best regards,
Eduardo
I added the email column and it worked!
Thanks!
Excellent! We're glad to hear it. Good luck with your app.
eduardo.furtado@gmail.com
Hello!
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?