[horde] HORDE AUTHENTICATION

s-beutel at gmx.de s-beutel at gmx.de
Fri Feb 14 14:08:09 PST 2003


> I have this line in the config/horde.php:
> 
> $conf['auth']['driver'] = 'sql';
> 
> I have created an entry in the table horde_users:
> mysql> select * from horde_users;
> +----------+----------------------------------+
> | user_uid | user_pass                        |
> +----------+----------------------------------+
> | admin    | 21232f297a57a5a743894a0e4a801fc3 |
> +----------+----------------------------------+
> 
How did you encrypt the user_pass?`Don't use mysql's passwd function use md5
instead.

Sebastian



More information about the horde mailing list