Hi I've basically started a new build with BetterCMS, but theres an issue, within the cms.config ive added the following code:
<security accessControlEnabled="true" fullAccessRoles="Owner" encryptionEnabled="false" encryptionKey="bettercmstest">
<defaultAccessRules defaultAccessLevel="ReadWrite">
<add identity="Everyone" accessLevel="Read" isRole="true" />
<add identity="Authenticated Users" accessLevel="Read" isRole="true" />
</defaultAccessRules>
</security>
Now this should all the identity="Everyone" to have a default access level set to read. However when ever I create a new page or blog it is set to no Access. Has anyone had this sort of issue before and if so is there something I'm missing out. Here is the site documentation: https://github.com/devbridge/BetterCMS/wiki/CMS-configuration#security-configuration