kentico_ivanat
-
11/17/2010 3:10:49 AM
RE:Can newsletter issues be viewed anonymous?
Hi,
You can modify following condition in file: /CMSModules/Newsletters/CMSPages/GetNewsletterIssue.aspx.cs to enable anonymous users read an issue.
if (CMSContext.CurrentUser.IsAuthorizedPerResource("CMS.Newsletter", "Read"))
You can add for example a query parameter into your link to newsletter inside the template and check if URL contains this parameter instead of checking reading permission of current user.
Best regards, Ivana Tomanickova
|