Hi all, I have the same problem as Andi describes below. But I cannot find a reply in the mailing list. Please let me know if you have a solution. Thanks in advance Jens ----- Original Message ----- From: "Andy Gimblett" <andy.gimblett@ftech.net> To: <zope@zope.org> Sent: Tuesday, July 10, 2001 11:36 AM Subject: [Zope] exUserFolder & form-based login
Please can someone tell me how to get exUserFolder to perform form-based login if a user attempts to access a protected resource? At present I can only get it to do a popup. I can do form-based login _explicitly_ with it (ie if user clicks on a "log in" link), but I need this implicit behaviour too.
Any tips?
Cheers,
Andy
-- Andy Gimblett - Programmer - Frontier Internet Services Limited Tel: 029 20 820 044 Fax: 029 20 820 035 http://www.frontier.net.uk/ Statements made are at all times subject to Frontier's Terms and Conditions of Business, which are available upon request.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
+-------[ Jens Grewen ]---------------------- | Hi all, | | I have the same problem as Andi describes below. | But I cannot find a reply in the mailing list. | | Please let me know if you have a solution. | | Thanks in advance | | Jens The default login form uses <standard_html_header/footer> on the assumption you'll call it explicitly (rather than let it pop up). You'll probably find that the user doesn't have access to these items by default, if you've locked down the directory. Replace standard_html_header/footer with vanilla HTML and all should be well, I assume you picked Cookie mode for authentication. -- Totally Holistic Enterprises Internet| | Andrew Milton The Internet (Aust) Pty Ltd | | ACN: 082 081 472 ABN: 83 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|
participants (2)
-
Andrew Kenneth Milton -
Jens Grewen