[Maypole] transforming columns

Nikola Knezevic indy@galeb.etf.bg.ac.yu
Thu, 13 May 2004 01:46:31 +0200 (CEST)


Hi, I'm storing password column as md5 hash. OK, that's easy:)
The thig that is not so easy is doing it using CDBI (for me, at least)

So I had to copy check_credentials from M:A:USC just to changeone line to:
        $pw_field   => Digest::MD5::md5_hex($r->{params}{$pw_field}), 

I'm fiddling with CDBI now, but using inflate and deflate doesn't give me
any results. Any thoughts?

Thanks.