RE: [Zope] very beginner question
-----Original Message----- From: John [mailto:webmaster@indra.seanet.com] Sent: Friday, July 02, 1999 4:57 PM To: zope@zope.org Subject: [Zope] very beginner question
I have just started with Zope. I have gotten it built and running, and using squishdot (very cool.). I have the following question ( which I havent been able to find an answer to). The situation: I create a folder( say folder_a), put various items in it, and create a user who will be able to edit the documents,etc. I want this user only to edit what is within folder_a. How does such a user log into Zope? I.e. www.zope.com:9673/manage doesnt work. should it be www.zope.com:9673/folder_a/? or www.zope.com:9673/folder_a/manage? I am sort of embarrassed to be so lost at such a beginning point.
You must put this user in a User Folder in 'folder_a' and then they can log into: http://machine:port/folder_a/manage All objects in Zope have a '/manage' interface. -Michel
john
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Michel Pelletier