@"Andrew";! user.password = @"peace";! user.email = @"[email protected]";! ! // other fields can be set like with PFObject! [user setObject:@"425-922-1234" forKey:@"phone"];! [user signUpInBackgroundWithBlock:^(BOOL success, NSError *error) {! if (!error) {! // Success! Let the user uses the app now.! } else {! // probably username is taken! NSLog(@"%@", error);! }! }];
password be reset • Parse sends an email containing a special reset link • User clicks on the reset link, and is directed to a special Parse page • User types in a new password