[Zope] Crypt equivalent for Zope?
Oliver Bleutgen
myzope@gmx.net
Mon, 26 Aug 2002 20:09:02 +0200
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