Closed
Description
I found the issue in RestWrite.js:
// Check for username uniqueness
if (!this.data.username) {
if (!this.query) {
// TODO: what's correct behavior here
this.data.username = '';
}
return;}
I'm not sure what the answer is though. When using Parse.com anonymous users could be saved with data before registration took place.