26 Aug
2002
26 Aug
'02
6:09 p.m.
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