RE: [Zope] User Login Screen
Maybe I should have re-worded this. I want to create a password protected part of a zope website. How do I do that? I added the ACL_USERS folder but it doesn't ask for authentication. Thanks, Derek Wilson -----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com] Sent: Friday, September 26, 2003 2:12 AM To: Derek S. Wilson Cc: zope@zope.org Subject: Re: [Zope] User Login Screen Derek S. Wilson wrote:
Does anyone know where I can find information on how to create a login
page that uses ?ACL_Users? ? I am working on my site, and It isn?t a CMF site, just a regular Zope one. I created the ACL_USERS folder , but I want to put a dialog on the page so they can login.
You need to set protections to ensure that only authorized users can view the password protected site. You might also want to use the cookiecrumbler. On Fri, 26 Sep 2003, Derek S. Wilson wrote:
Maybe I should have re-worded this. I want to create a password protected part of a zope website. How do I do that? I added the ACL_USERS folder but it doesn't ask for authentication.
Thanks, Derek Wilson -----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com] Sent: Friday, September 26, 2003 2:12 AM To: Derek S. Wilson Cc: zope@zope.org Subject: Re: [Zope] User Login Screen
Derek S. Wilson wrote:
Does anyone know where I can find information on how to create a login
page that uses ?ACL_Users? ? I am working on my site, and It isn?t a CMF site, just a regular Zope one. I created the ACL_USERS folder , but I want to put a dialog on the page so they can login.
http://hathaway.freezope.org/Software/CookieCrumbler
Chris
_______________________________________________ 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 )
Open the folder or object that you want to make password protected. Click on the security tab. Scroll down until you see 'View' In the 'View' row Un-check 'Acquire' Check 'Authenticated' That should do it. I second Dennis' recommendation of cookiecrumbler. I have come across some irregularities in how browsers respond to non-cookie authentication -- Dave On Friday, September 26, 2003, at 08:44 AM, Derek S. Wilson wrote:
Maybe I should have re-worded this. I want to create a password protected part of a zope website. How do I do that? I added the ACL_USERS folder but it doesn't ask for authentication.
Thanks, Derek Wilson -----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com] Sent: Friday, September 26, 2003 2:12 AM To: Derek S. Wilson Cc: zope@zope.org Subject: Re: [Zope] User Login Screen
Derek S. Wilson wrote:
Does anyone know where I can find information on how to create a login
page that uses ?ACL_Users? ? I am working on my site, and It isn?t a CMF site, just a regular Zope one. I created the ACL_USERS folder , but I want to put a dialog on the page so they can login.
http://hathaway.freezope.org/Software/CookieCrumbler
Chris
_______________________________________________ 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 (3)
-
David Siedband -
Dennis Allison -
Derek S. Wilson