Ama R
Posts: 0
Joined: Sun Jun 08, 2014 10:12 pm

Make ACL blank by default

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.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Make ACL blank by default

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...

Ama R
Posts: 0
Joined: Sun Jun 08, 2014 10:12 pm

Make ACL blank by default

Thank you Alena,
Where do I go to set the secure collection property to off? I can't seem to find the option.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Make ACL blank by default

Hello,

You can find more info about it here:
:: http://devcenter.appery.io/documentat...

Return to “Issues”