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

Adds locked down ACL on _User #438

Merged
merged 1 commit into from
Feb 16, 2016
Merged

Adds locked down ACL on _User #438

merged 1 commit into from
Feb 16, 2016

Conversation

flovilmart
Copy link
Contributor

Proposed fix for #387

@@ -1352,7 +1367,7 @@ describe('Parse.User testing', () => {
var b = JSON.parse(body);
expect(b.results.length).toEqual(1);
var user = b.results[0];
expect(Object.keys(user).length).toEqual(6);
expect(Object.keys(user).length).toEqual(7);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumped to 7 as ACL property is set.
⚠️ installationId is set there.
Having installationId mapped on the user can be highly problematic when a user has multiple devices. it should be removed.

gfosco added a commit that referenced this pull request Feb 16, 2016
@gfosco gfosco merged commit b1a9536 into parse-community:master Feb 16, 2016
@gfosco
Copy link
Contributor

gfosco commented Feb 16, 2016

👍

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.

None yet

3 participants