[Zope] command line Zope?
Kyler B. Laird
laird@ecn.purdue.edu
Thu, 15 Feb 2001 09:59:41 -0500
On Thu, 15 Feb 2001 09:53:02 -0500 you wrote:
>You can also start here:
>
>cd to your Zope dir's lib/python
>start python
>>>> import Zope
>>>> app = Zope.app()
>>>> app.acl_users
>>>> <User Folder at 819283>
Ah ha! This is what I am seeking.
Is it trivial to weld on user authentication
and authorization like the FTP access module
has? (It's not at all clear to me how I'd do
it.) I need the entire environment to only
allow the user to do things she can do
through the HTTP interface.
Thanks!
--kyler