[Zope] Crypt equivalent for Zope?

Schmidt, Allen J. aschmidt@nvcc.edu
Mon, 26 Aug 2002 14:17:26 -0400


I'm interested in this also. We use UBB for forums and I think it uses crypt
to handle the password stuff. I want access to those users and their info
inside Zope. Mainly for authentication. Ideas?

Thanks

-Allen

-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
Oliver Bleutgen
Sent: Monday, August 26, 2002 2:09 PM
To: Alec Munro
Cc: zope@zope.org
Subject: Re: [Zope] Crypt equivalent for Zope?


Alec Munro wrote:
> Hi all,
> I'm storing users in Mysql, and doing custom authentication on them. I
> want to know if Zope has access to the crypt function, or if there is
> something equivalent that is preferred. Thanks.
> 
> Alec Munro


No, there isn't AFAIK, I use an external method for that purpose.
But since you're using MYSQL, it has various built-in functions which 
might fit you purposes.
See
http://www.mysql.com/doc/en/Miscellaneous_functions.html


HTH,
oliver


_______________________________________________
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 )