i have create a new page in alfresco share but the page cannot be displayed without login! how can i make this page enabled without login.
my file in "/alfresco/templates/blog/demo/custom-viewer.ftl".
and this file contains "custom-viewer.ftl":
<#include "include/alfresco-template.ftl" /> <@templateHeader> <@script type="text/javascript" src="${url.context}/res/modules/documentlibrary/doclib-actions.js" group="document-details"/> <@link rel="stylesheet" type="text/css" href="${url.context}/res/components/document- details/document-details-panel.css" group="document-details"/> <@templateHtmlEditorAssets /> </@> <@templateBody> <@region id="web-preview" scope="template"/> </@> <@templateFooter> </@> and the file in "/alfresco/site-data/pages/custom-viewer.xml".
and this file contains "custom-viewer.xml":
<?xml version='1.0' encoding='UTF-8'?> <page> <title>Custom Viewer</title> <template-instance>custom-viewer</template-instance> <authentication>none</authentication> </page> the page is work correctly but i need it to work without login? any help please?!!