[sork] Password module problem. Bug?
Fernando Arconada Oróstegui
fernando.arconada at saicar.es
Mon Aug 9 00:38:47 PDT 2004
Hi
I've a MySQL database with crypt method of encryption but (correctly
setted at Pasword module confuguration - I think - ) always returns
that the old passwd its incorrect.
To debug my problem i had commented the line 134 at
password/lib/Driver/sql.php
return $this->comparePasswords($currentPassword,$oldPassword);
and put return true;
then in the field password (password its varchar(30) ) of my database
appears
{crypt}$1$.OnPWh1W$M/ATxyVPpR3
my MySQL debug file returns
UPDATE accountuser SET password = '
{crypt}$1$.OnPWh1W$M/ATxyVPpR39GcIwZYt1i.' WHERE username= 'usuario'
Can anyone help me???
More information about the sork
mailing list