When a user registers, how do I make the ACL blank by default?
In other words, when a user signs up, their ACL is by default: {"*":{"read":true},"123abcdef123abc123abc123":{"read":true,"write":true}} I want all new users ACL to be empty.
When a user registers, how do I make the ACL blank by default?
In other words, when a user signs up, their ACL is by default: {"*":{"read":true},"123abcdef123abc123abc123":{"read":true,"write":true}} I want all new users ACL to be empty.
Hello,
You can avoid ACL here ( set Secure collection property to Off)
Or you can update ACL, modifying it via the REST API http://devcenter.appery.io/documentat...
Thank you Alena,
Where do I go to set the secure collection property to off? I can't seem to find the option.
Hello,
You can find more info about it here:
:: http://devcenter.appery.io/documentat...