15 Feb
2001
15 Feb
'01
4:09 p.m.
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.