About Squishdot and permissions
hi Zopers, In case this is very obvious (I'm RTFM'ing meantime) .. while hacking Squishdot's DTML, I did something to make 'leftbox_items' inaccessible to 'Anonymous': Unauthorized You are not authorized to access leftbox_items. in / , Anonymous has these permissions: Access contents information Add Comments Add Newss Add Postings Add ZWiki Pages Change ZWiki Pages Search ZCatalog Use Database Methods View any clue what's up? -- jean (running Zope 2.1.6 and Squishdot-0-4-1)
Check if the proxy role for index_html is set to manager. roché
-----Original Message----- From: Jean Jordaan [mailto:Jean@mosaicsoftware.com] Sent: 08 August 2000 01:02 To: RC Compaan (E-mail); 'zope@zope.org' Subject: About Squishdot and permissions
hi Zopers,
In case this is very obvious (I'm RTFM'ing meantime) .. while hacking Squishdot's DTML, I did something to make 'leftbox_items' inaccessible to 'Anonymous':
Unauthorized You are not authorized to access leftbox_items.
in / , Anonymous has these permissions:
Access contents information Add Comments Add Newss Add Postings Add ZWiki Pages Change ZWiki Pages Search ZCatalog Use Database Methods View
any clue what's up?
-- jean (running Zope 2.1.6 and Squishdot-0-4-1)
Jean Jordaan wrote:
Unauthorized You are not authorized to access leftbox_items.
Either give the method making the call to leftbox_items the 'Manager' proxy role or add 'Query TinyTable Data' to the list of permissions that anonymous has. Is anyone maintaining TinyTables these days? cheers, Chris
participants (3)
-
Chris Withers -
Jean Jordaan -
RC Compaan