[horde] (no subject)
s-beutel at gmx.de
s-beutel at gmx.de
Fri Sep 27 07:46:47 PDT 2002
Maik,
as mentioned several times before, the user has to be inserted to the
database by hand, with the passwd being md5'd.
>From mysql-console:
INSER INTO 'horde_user'('user_uid','user_pass')
VALUES(
'your_name',MD5('your_passwd')
);
or with phpmysqladmin: choose INSERT in that table, type in your_name and
your_passwd, choose MD5 as function for the latter.
Hope this helps.
Sebastian
More information about the horde
mailing list