Liferay: remove default guest permissions for new web content
liferay version: 6.1.2
Control Panel --> web content --> + ADD --> Basic Web Content
let me know what to do to achieve this, so that when I add new web content there wont be any permissions for guest role
By adding Filters to the class JournalArticleLocalServiceImpl before calling addArticleResources() method and setting the addGuestPermissions boolean to false, I'm able to set no permissions to Guest by default.