Hi,
I'm having a problem with serweb authentication. I have installed the follow software's:
Red Hat Linux 9 MySQL 4.0.17 (by source) php-4.2.2-17 (by rpm) php-mysql-4.2.2-17 (by rpm) ser-0.8.12-0 (by rpm) ser-mysql-0.8.12-0 (by rpm) serweb (by source)
I made all the configurations in php.ini and config.php and started the daemons. It seems ser is running properly but I can't login on serweb. I try to login with user "admin" and password "heslo", but it returns "bad username or password".
I know that there is a user "admin" with password "heslo" with admin privileges (see my table subscriber below).
Could please someone help me ?
mysql> select * from subscriber; +----------------------------------+----------+---------------------------+----------+------------+-----------+-------+----------------+---------------------+---------------------+------------------------------------------+------+------------------+----------+----------------------------------+----------------------------------+-------+------------+----------+ | phplib_id | username | domain | password | first_name | last_name | phone | email_address | datetime_created | datetime_modified | confirmation | flag | sendnotification | greeting | ha1 | ha1b | perms | allow_find | timezone | +----------------------------------+----------+---------------------------+----------+------------+-----------+-------+----------------+---------------------+---------------------+------------------------------------------+------+------------------+----------+----------------------------------+----------------------------------+-------+------------+----------+ | 65e397cda0aa8e3202ea22cbd350e4e9 | admin | xxx.ufrj.br | heslo | Initial | Admin | 123 | root@localhost | 2002-09-04 19:37:45 | 2004-02-12 09:01:54 | 57DaSIPuCm52UNe54LF545750cfdL48OMZfroM53 | o | | | 31f85884be41b858a23dea3eab847bf1 | db7afa8f729d9ae778a304e1a1726e57 | admin | 1 | NULL | +----------------------------------+----------+---------------------------+----------+------------+-----------+-------+----------------+---------------------+---------------------+------------------------------------------+------+------------------+----------+----------------------------------+----------------------------------+-------+------------+----------+ 1 row in set (0.00 sec)