Hi, I'm real new at using Zope and need to find out how to require a user to enter a user name and password for Zope. Kind of like the login in screen I get when I want to connect to Zope and work on a web page. This is the last thing I need for my school project then it's all the paperwork showing the design stuff. Thanks, Rex __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
The easy/simple way: 1. Put a User Folder (acl_users) in the root of your project. 2. Add a user object representing your friend in this User Folder 3. Change the security settings of your project's root folder to restrict "View" permissions to Authenticated User and Manager instead of acquiring them. 4. Tell your friend his/her username and password. That's not airtight, enterprise-level security, but should work fine for a school project. HTH, Dylan On Fri, 2003-08-08 at 13:16, Rex McKanry wrote:
Hi, I'm real new at using Zope and need to find out how to require a user to enter a user name and password for Zope. Kind of like the login in screen I get when I want to connect to Zope and work on a web page.
This is the last thing I need for my school project then it's all the paperwork showing the design stuff. Thanks, Rex
__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Dylan Reinhardt -
Rex McKanry