Since parse server don't have the Reset Password system yet, I'm trying to do it myself, but I can't find the way to change the User password for a new one.
I'm running parse server in Heroku, I created the web in PHP (Parse PHP SDK with the master key) with a token generator that sends an email to the user and validates the token, but when I try to change the password I get: "cannot modify user".
Any way to make it work?
That error is normally thrown when an attempt is made at changing a user while either logged in as another user or not logged in at all. For resetting an email you should be able to get around it by specifying the master key.