1

I have a Swift 2 iOS app that uses Parse as a backend. I am trying to add a feature that allows the user to reset their password, but I don't want the user to have to get a reset-password-email (like the default function is in Parse for password reset).

Is there a function I can call, or some code I can use to just edit the Parse Password Object in the User Class? I did some research and saw some things about Cloud Code, but wasn't able to get anything working. Is that a good solution? Or is there a better one?

EvanOgo
  • 541
  • 1
  • 4
  • 11
  • This question is duplicate of [this question](http://stackoverflow.com/questions/28490228/how-to-change-pfuser-password-in-swift) – yo2bh Oct 18 '16 at 10:03

1 Answers1

0

You can use this approach to change password of parse account without sending email.

Community
  • 1
  • 1
yo2bh
  • 1,356
  • 1
  • 14
  • 26