On Jun 19, 3:23 pm, Michael Sharman <[email protected]> wrote: > I can get to the object admin screen but when I go to add/edit an item > I get the following message: > > "You have been denied access to this item" > > I did see this page (http://docs.farcrycms.org/display/FCDEV50/Object > +specific+permissions) but that suggests exending farBarnacle which > would mean I wouldn't get versioning and to be honest doesn't make a > whole lot of sense to me anyway.
Webskin Permissions http://docs.farcrycms.org/display/FCDEV50/Security+Introduction You can secure things against a role based on a specific permission check. Or you can secure the views (webskins) themselves -- an ultra cool feature really. That message is the default "fail" for your roles do not have permission to see this view. Check the webskin permissions for the role in question, add the views you are working with and you're done. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
