Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requestPasswordResetForEmailInBackground error #972

Closed
kenjiIdo opened this issue Mar 11, 2016 · 1 comment
Closed

requestPasswordResetForEmailInBackground error #972

kenjiIdo opened this issue Mar 11, 2016 · 1 comment

Comments

@kenjiIdo
Copy link

Hi Dear,
I found the issue when i use forgot password (below function) in PFLoginViewController.

[PFUser requestPasswordResetForEmailInBackground:emailstr block:^(BOOL success, NSError *error) {
if (success) {
NSString *title = DFLocalizedString(@"Password Reset",
@"Password reset success alert title in PFLogInViewController.");
NSString *message = [NSString stringWithFormat:DFLocalizedString(@"An email with reset instructions has been sent to '%@'.",
@"Password reset message in PFLogInViewController"), email];
[DFUIInputAlertView presentAlertInViewController:self withTitle:title message:message];
} else {
NSString *title = DFLocalizedString(@"Password Reset Failed",
@"Password reset error alert title in PFLogInViewController.");
[DFUIInputAlertView presentAlertInViewController:self withTitle:title error:error];
}
}];

Alert message: "Password Reset Failed"
Error : {"code":1,"message":"Internal server error."} (Code: 1, Version: 1.12.0)

I used "parse server" version 2.1.5
please help me.

@flovilmart
Copy link
Contributor

Did you configure the reset email properly on parse-server. note that this feature is experimental and that we didn't document how to configure it. Please see #627 for more informations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants