parse-community/Parse-SDK-Android

Failure to use ParseUser.requestPasswordResetInBackground

Closed this issue · 3 comments

Hello guys,

I have been trying to implement the method of reseting a password in my android application and I have went through the documentation first of all the one in here: https://docs.parseplatform.org/android/guide/#resetting-passwords , and then I created a mailgun account, then I applied the instruction in the documentation in here: https://github.com/parse-community/parse-server#email-verification-and-password-reset , so I have edited the server.js file that is located in "/opt/bitnami/parse-dashboard" as per the lines that are mentioned in the previous instruction page, but still after all of that it keeps raising an error: "com.parse.ParseRequest$ParseRequestException: An appName, publicServerURL, and emailAdapter are required for password reset and email verification functionality."

can anyone help me please with this issue.

Thank you.

I think you'll get better support opening this on https://github.com/parse-community/parse-server, we are just showing you the message the server returns to us.

I think you'll get better support opening this on https://github.com/parse-community/parse-server, we are just showing you the message the server returns to us.

Thank you man, I will surely do that

Closing as this does not seem to be a Parse Android SDK issue.