[Zope] command line Zope?
Chris McDonough
chrism@digicool.com
Thu, 15 Feb 2001 11:09:03 -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.
No, sorry, that's what the publishing machinery is for. ;-) It's not a
trivial job.