Forums / Cotonti / Support / Download allowed for guests

Howto enable downloads for guests.

pieter
#1 2009-02-07 16:38
Hello,

How can I allow guests downloading files?
... can we help you ...
Trustmaster
#2 2009-02-07 17:04
Looks like yet another bug with file downloads. It doesn't allow adding Download permission to new categories. This patch was applied when adding the feature:
UPDATE sed_auth SET auth_rights = auth_rights + 4 WHERE auth_code = 'page' AND auth_groupid != 5 AND auth_groupid != 3 AND auth_groupid != 2 AND NOT auth_rights & 4 = 4;
UPDATE sed_auth SET auth_rights_lock = auth_rights_lock - 4 WHERE auth_code = 'page' AND auth_groupid != 5 AND auth_groupid != 3 AND auth_groupid != 2 AND auth_groupid != 4 AND auth_rights_lock & 4 = 4;
But the code for new structures was left untouched.
May the Source be with you!