Great,
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
Any help ?
Daniel