We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parse Server version: 2.7.4
I'm trying to remove the write access from users, as a security measure. This is the acl I use:
var custom_acl = new Parse.ACL(); custom_acl.setReadAccess(userObject, true); custom_acl.setPublicWriteAccess(false); userObject.setACL(custom_acl); userObject.save(null, {useMasterKey: true});
But it doesn't work! After that, I have the read access set correctly, and it continues to have a write access for that user.
Any idea on why this is happening?
The text was updated successfully, but these errors were encountered:
See parse-community/parse-server#4860 and related issues. You can use the master branch of parse server to try out if it fixes the issue .
Sorry, something went wrong.
The link is invalid...
@Samigos sorry about that, I just updated it
No branches or pull requests
Parse Server version: 2.7.4
I'm trying to remove the write access from users, as a security measure. This is the acl I use:
But it doesn't work! After that, I have the read access set correctly, and it continues to have a write access for that user.
Any idea on why this is happening?
The text was updated successfully, but these errors were encountered: