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

Reset password fix #1133

Merged
merged 4 commits into from
Mar 24, 2016
Merged

Commits on Mar 24, 2016

  1. Instead of executing write directly, reuse rest.update to fix request…

    … object in user before save is empty when reset password. parse-community#951
    carmenlau committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    53e152e View commit details
    Browse the repository at this point in the history
  2. Clear reset password token after reset password. _perishable_token

    …is not a parse field, cannot clear it through rest. Update it separately. parse-community#951
    carmenlau committed Mar 24, 2016
    4 Configuration menu
    Copy the full SHA
    b3c5e83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    120c6fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    603bf97 View commit details
    Browse the repository at this point in the history