[horde] Fw: md5() ?
Ronnie Garcia
r.garcia at netia.net
Thu Jan 10 03:33:38 PST 2002
At 22:56 09/01/02 -0500, Daniel Elías Robles wrote:
>Now I want to let postgres auth my horde users, but I have found I neet to
>md5() the password.
>
>Try to insert into horde_users with this code
>INSERT INTO horde_users (user_id, user_pass) values ('d.robles',md5('clave7'))
>and got this
>failed : Function 'md5(unknown)' does not exist
This means that md5() is not a valid *Postgres* function.
If you are using PHP to add your users, you can use md5() from PHP (see
help at http://www.php.net/manual/en/function.md5.php).
Regards,
Ronnie.
>Any help ?
>
>Daniel
More information about the horde
mailing list