Environment Setup
parse-server v2.2.2
Steps to reproduce
- Setup email adapter according to README instructions
- Request password reset email
- Click on link to go to choose_password page
- Attempt to submit password
Logs/Trace
No logs/errors on server by default, but by running the server locally, I was able to determine the userController.updatePassword in the PublicAPIRouter catches the Permission denied for this action. error and redirects back to the choose password page.
Environment Setup
parse-server v2.2.2
Steps to reproduce
Logs/Trace
No logs/errors on server by default, but by running the server locally, I was able to determine the
userController.updatePasswordin thePublicAPIRoutercatches thePermission denied for this action.error and redirects back to the choose password page.