Skip to content

Added _email_verify_token to ignored fields in transform.js #44

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

Merged
merged 1 commit into from
Jan 29, 2016

Conversation

gfosco
Copy link
Contributor

@gfosco gfosco commented Jan 29, 2016

To fix issue #14

gfosco added a commit that referenced this pull request Jan 29, 2016
Added _email_verify_token to ignored fields in transform.js
@gfosco gfosco merged commit 67340f1 into master Jan 29, 2016
@gfosco gfosco deleted the fosco.dev branch January 29, 2016 18:51
@notanark
Copy link

This problem seems to have returned. Using the basic code:


var user = new Parse.User();
user.set("username", "my name");
user.set("password", "my pass");
user.set("email", "[email protected]");

// other fields can be set just like with Parse.Object
user.set("phone", "415-392-0202");

user.signUp(null, {
  success: function(user) {
    // Hooray! Let them use the app now.
  },
  error: function(user, error) {
    // Show the error message somewhere and let the user try again.
    alert("Error: " + error.code + " " + error.message);
  }
});

You still get 403 unauthorized.

@notanark
Copy link

BUMP!

@drew-gross
Copy link
Contributor

Can you open a new issue that includes some logs?

bernhardharrer pushed a commit to bernhardharrer/parse-server that referenced this pull request Feb 22, 2017
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

Successfully merging this pull request may close these issues.

3 participants