[horde] Failure in Authentication Using Backend 'SQL'

Jan Schneider jan at horde.org
Tue Mar 30 00:30:22 PST 2004


Zitat von ACAY <oscarp at acay.com.au>:

> I've used CVS Horde distributiion for several months.
>
> For log-in I used 'application' and 'imp' drivers. No problems.
>
> I tried to use 'sql' and 'mysql'. Problem - wrong user name/password.
>
> Why ? When I have the same user name in 'horde_users' and 'password'
> as the one I enter in login.php ?
>
> I used mysql command to enter user in 'horde_users' as follows:
>
> USE horde;
> insert into horde_users (user_uid, user_pass) values ('myuser', 
> password('mypass'));

Try:

USE horde;
insert into horde_users (user_uid, user_pass) values ('myuser',
md5('mypass'));

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - Neue Wege des Lernens
http://www.tip4all.de - Deine private Tippgemeinschaft



More information about the horde mailing list