Jens, I have created a sort of portal effect website where people can register / logon, I can send you the source for the ot if you want, pick it to pieces and put it backtogether etc. If you want to see it (it was done to demonstrate some of Zope's capabilities BTW), it's running on a crappy old 486, the URL is http://d032.ml.uwcm.ac.uk/z/zGold If you want the source, mail me privately Have fun Phil Phil@philh.org ----- Original Message ----- From: Jens Vagelpohl <tommymi@concentric.net> To: Rob Page <rob.page@digicool.com> Cc: <zope@zope.org> Sent: Friday, September 10, 1999 12:56 PM Subject: RE: [Zope] Login?
i want to implement some simple login mechanism as well (as a matter of fact just like at the new zope site) and looked at the source using the (very helpful!) view_source method. just a little problem (maybe my morning tea isn't working yet) : i suspect the "beef" is in the method getting called when you press the "Register!" button in the new member signup:
<-- 8< gorgeous code left out 8<-->
<form action="register" method="POST">
<-- 8< gorgeous code left out 8<-->
trying to apply view_source to "register", however, gives me "resource not found"... :( how can i get at it?
jens
Jens Vagelpohl
Systems Administrator Washtenaw Development Council
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Rob Page Sent: Friday, September 10, 1999 05:53 To: 'Terrel Shumway' Cc: 'zope@zope.org' Subject: RE: [Zope] Login?
I am planning to create a registration product that will validate new users against an LDAP directory. i.e. The user fills out the registration form. Zope verifies that the user exists in the directory. If the lookup succeeds Zope creates a user login and lets the user know that his registration is suceeded. else Zope sends e-mail to the administrator and tells the user who that administrator is.
<snip snip>
(a) and (b) are available on the zope (new?) web site. We plan to make the fruits of (c) generally available once we've had a moment or two to bake into a final form and document it.
--Rob
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )