[horde] adding users to horde_users
Paul
list-horde at dragon.net
Fri Sep 21 10:47:13 PDT 2001
icewind> What is the correct way to add users to the horde_users
icewind> table?
icewind> I tried doing something along the lines of the following in
icewind> mysql:
icewind> INSERT INTO horde_users (user_id, user_pass) values ('dan',
icewind> PASSWORD('mypassword'));
Try "values ('dan', md5('mypassword'))", i.e. md5 password encryption
rather than the stock mysql password function.
More information about the horde
mailing list