Subject | md5 function |
---|---|
Author | Michal Žeravík |
Post date | 2005-01-08T18:49:02Z |
Hi to all,
I found md5sum() function in rfunc lib,
but I don't know how to use it.
I need to hash new password with smthing like:
UPDATE users SET pass=md5sum('mynewpass') WHERE userid=24;
But it doesn't work.
Michal
I found md5sum() function in rfunc lib,
but I don't know how to use it.
I need to hash new password with smthing like:
UPDATE users SET pass=md5sum('mynewpass') WHERE userid=24;
But it doesn't work.
Michal