Allow guests to download

If you want guests to be able to download attachments from the File Upload plugin, you can make one small change to the database. I have not had any unwanted side effects with this so far. Here's the SQL to grants guests download permission:
UPDATE `YOUR_DATABASE_NAME_HERE`.`GDN_Permission` SET `Plugins.Attachments.Download.Allow` = '1' WHERE `GDN_Permission`.`PermissionID` =2;
Tagged:
1
Comments
I had to edit the database like @chadvonnau said.
Please implement this feature in the next version. And yes the plugin is awesome!
For me to work I had to use the folowing command:
It may be because I deleted some roles.
Please help where exactly do I have to put this SQL command ?
Thanks