Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Allow guests to download
chadvonnau
New
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