asp.net mvc 4 - BetterCMS Security options -


hi i've started new build bettercms, theres issue, within cms.config ive added 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 should identity="everyone" have default access level set read. when ever create new page or blog set no access. has had sort of issue before , if there i'm missing out. here site documentation: https://github.com/devbridge/bettercms/wiki/cms-configuration#security-configuration

so code looks good, bettercms inheriting properties master class news or blog pages. if news or blog pages, masterpage set "no access" news or blog page inherit property.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -