The database looks like this:
I have two users, two different passwords (one encrypted with MD5 and the other with encrypt) and I cannot login to ZoneMinder with none of this usernames...mysql> select * FROM Users;
+----+----------+----------------------------------+----------+---------+--------+--------+----------+--------+------------+
| Id | Username | Password | Language | Enabled | Stream | Events | Monitors | System| MonitorIds |
+----+----------+----------------------------------+----------+---------+--------+--------+----------+--------+------------+
| 1 | admin | 21232f297a57a5a743894a0e4a801fc3 | en_gb | 1 | View | Edit | Edit | Edit| 2 |
| 2 | silvian | vLKRJO9FDNLhI | en_gb | 1 | View | Edit | Edit | Edit| 2 |
+----+----------+----------------------------------+----------+---------+--------+--------+----------+--------+------------+
2 rows in set (0.00 sec)
It's ZoneMinder 1.21.3 running on Mandrake 10.1.
What could be the problem ?