Forums / General / policies for Guest users account

policies for Guest users account

Author Message

Thomas Johannessen

Thursday 02 March 2006 5:08:59 am

Hi

I have looked around on the forum/documentation to solve my problem, with no luck.

I create a role/policy for my guest accounts (reg. users) to be able to Comment my articles/pictures. they look like this:

Policies [3]
Module Function Limitation
content create Class( Comment )
content create Node( work ) , Class( Comment )
content create Node( work ) , Subtree( work ) , Class( Comment )

is there something I missed out? because I cant comments when I am logged in as my guest user, I then get this message, when I click on the button Comment:

Kernel 1

Access denied
You don't have permission to access this area.

Possible reasons for this are:
* Your current user does not have the proper privileges to access this page.
* You misspelled some parts of your URL, try changing it.


www.taon.no

Sergiy Pushchin

Thursday 02 March 2006 8:25:37 am

Hi,
Should be something like:

Module Function Limitation
content create Class( Comment ), ParentClass(article)
content create Class( Comment ), ParentClass(image)
conetnt edit class(Comment), Owner(Self)

Thomas Johannessen

Friday 03 March 2006 1:48:02 am

thanks, that solved it. I had forgot the last section yes..


www.taon.no