[horde] FAILED LOGIN .. [on line 48 of .../horde/login.php"]

M Jenck mp at jenck.net
Sun Jul 18 23:18:58 PDT 2004


Hi All,

I've been having this error and I finally figured out what was going on.

I didn't use md5 to encrypt the password.  After that I had a successful
login.


--- save to md5.php  then run it through php to get the encrypted value.
<?php
$str = 'setup';

   echo md5($str);
?>
----

output is: a0f848942ce863cf53c0fa6cc684007d


Cut and paste into the password field in your horde_users database (or you
could always do it the hard way and do a commandline entry ;)

Mike






More information about the horde mailing list