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