Re: [Zope] Authenticating Users.

2000-11-26 Thread Dieter Maurer

Jason C. Leach writes:
  How can I authenticate a user from a form. Pretty much exactly how
  zope.org logges you in?
  
  I have looked at both zope.org's login and logged_in (the action for
  login) and don't see where it actually goes and checks the
  username/password?
This check is performed in "UserFolder.validate" called
from "ZPublisher.BaseRequest.traverse".

Apparently, zope.org supports cookie based authentication.
This means, it does not use the standard Zope UserFolder
but another one supporting this type of authentication.


Dieter

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Authenticating Users.

2000-11-25 Thread Jason C. Leach

hi,

How can I authenticate a user from a form. Pretty much exactly how
zope.org logges you in?

I have looked at both zope.org's login and logged_in (the action for
login) and don't see where it actually goes and checks the
username/password?

The only twist with my setup is, the are authenticating from a acl_users
that is in a sub-folder, not the main site's acl_users.

Thanks,
j.

..
. Jason C. Leach
... University College of the Cariboo.
.. 


___
Zope maillist  -  [EMAIL PROTECTED]
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 )