Monday 09 August 2004 7:48:43 am
Thanks for replying Paul. What I want is to let anonymous users write in my guestbook. Like in the tutorial they just have to click in the 'Sign' button. So I've set the following rules for them.
user login SiteAccess( MySite )
content read Section( Standard section )
content create Class( GBentry ) , Section( Section GestBook )
content edit Class( GBentry ) , Section( Section GestBook ) , Owner( Self )
content read Class( GBentry ) , Section( Section GestBook ) , Owner( Self )
But I get the Access Denied page. Your idea is good but may be I miss something ?
|