<div dir="ltr"><div>Hello guys. I'm using Geonode 2.4. I would like to remove the right to download and view layers for anonymous users on all layers. For this, by investigating the database tables, I executed the following script:</div><div><br></div><div>delete from guardian_userobjectpermission where user_id = -1 and permission_id = 117 or permission_id = 115</div><div><br></div><div>Where user_id = -1 refers to anonymous users, and the 115 and 117 permission to view and downloads.</div><div><br></div><div>I was hoping to get all of the download and preview checks for any anonymous person.</div><div><br></div><div>That's not what happened. Although there are no records in guardian_userobjectpermission, the checkboxes remain checked and the accesses remain open.</div><div><br></div><div>Could someone tell me another strategy to solve the problem?</div><div><br></div><div>Thank you.</div><div><br></div>-- <br><div class="gmail_signature">Davi de O. Custódio</div>
</div>